[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 610 SHUFFLE < SKIP 2 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18296 | Li, Trisha, A | 2450 | Coffs Harbour | New South Wales | Australia |
| 25663 | Kawai, Masato | 59100 | Roubaix | Nord | France |
Generated 2025-11-05 21:18:23.729 UTC