[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 3114 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28458 | She, Casey, C | 77127 | Lieusaint | Seine et Marne | France |
| 22489 | Xie, Roger, V | 91370 | Verrieres Le Buisson | Essonne | France |
| 16006 | Henderson, Angelica, M | 91977 | Spring Valley | California | United States |
Generated 2025-11-02 09:55:38.906 UTC