[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 2500 < SKIP 375 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
14781 | Butler, Robert, D | 42651 | Solingen | Nordrhein-Westfalen | Germany |
14800 | Arthur, Abby | 42651 | Solingen | Nordrhein-Westfalen | Germany |
14866 | Peterson, Hailey, R | 42651 | Solingen | Nordrhein-Westfalen | Germany |
Generated 2025-10-08 20:29:30.269 UTC