[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 3297 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25914 | Hughes, Seth | 98104 | Seattle | Washington | United States |
| 25915 | Bryant, Paige, J | 98104 | Seattle | Washington | United States |
| 26081 | Green, Edward, C | 98104 | Seattle | Washington | United States |
Generated 2025-11-01 23:27:50.980 UTC