[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 3369 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25860 | Thomas, Justin, J | 91502 | Burbank | California | United States |
| 27488 | Munoz, Sheila | 2138 | Rhodes | New South Wales | Australia |
Generated 2025-11-02 23:35:03.983 UTC