[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 4285 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18735 | Moreno, Latasha, R | 6105 | Cloverdale | South Australia | Australia |
| 22665 | Diaz, Orlando, L | 95010 | Hof | Bayern | Germany |
Generated 2025-11-06 01:00:45.429 UTC