[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 3106 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16700 | Gill, Billy, L | 7001 | Hobart | Tasmania | Australia |
| 15860 | Moreno, Joe | 98225 | Bellingham | Washington | United States |
Generated 2025-10-29 23:00:12.001 UTC