[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 0 SHUFFLE < SKIP 4092 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12109 | Foster, Morgan, W | 99202 | Spokane | Washington | United States |
| 16322 | Dominguez, Gloria, A | 92081 | Paris La Defense | Hauts de Seine | France |
Generated 2025-11-03 12:40:34.745 UTC