[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 2422 SKIP 1000 < SKIP 400 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14258 | Foster, Haley | 94070 | San Carlos | California | United States |
| 14627 | Hill, Isaiah, D | 94070 | San Carlos | California | United States |
| 15255 | Collins, Evan | 94070 | San Carlos | California | United States |
Generated 2025-11-05 23:18:52.128 UTC