[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 5123 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14497 | Scott, Allison | V3A 4R2 | Langley | British Columbia | Canada |
| 12274 | Torres, Javier, R | 75017 | Paris | Seine (Paris) | France |
| 23333 | Sun, Steve, I | 97005 | Beaverton | Oregon | United States |
Generated 2025-11-06 04:21:18.820 UTC