[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 3073 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11457 | Gutierrez, Jaime, C | 2500 | Wollongong | New South Wales | Australia |
| 16583 | Martinez, Justin, A | 60323 | Frankfurt | Hessen | Germany |
Generated 2025-11-02 23:36:01.224 UTC