[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 3271 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19766 | Lin, Edwin | 2036 | Malabar | New South Wales | Australia |
| 18739 | Pal, Christy, R | 3220 | Geelong | Victoria | Australia |
Generated 2025-11-03 12:39:56.281 UTC