[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 125 < SKIP 58 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
24327 | Rogers, Evan | 98901 | Yakima | Washington | United States |
24441 | Bryant, Tristan, L | 98901 | Yakima | Washington | United States |
Generated 2025-10-11 11:32:54.339 UTC