[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 155 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17343 | Price, Tristan, L | 98901 | Yakima | Washington | United States |
| 17261 | Shan, Kyle, C | 98901 | Yakima | Washington | United States |
Generated 2025-11-02 19:52:27.187 UTC