[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 131 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14392 | Jackson, Justin, T | 98901 | Yakima | Washington | United States |
| 14570 | Henderson, Hannah | 98901 | Yakima | Washington | United States |
Generated 2025-11-02 01:09:00.323 UTC