[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 1880 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25270 | Diaz, Gloria | 5023 | Findon | South Australia | Australia |
| 22829 | Chandra, Chelsea, D | 95000 | Cergy | Val d'Oise | France |
Generated 2025-11-05 16:09:00.464 UTC