[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 995 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21864 | Lopez, Martin, E | CM11 | Billericay | England | United Kingdom |
| 24759 | Stewart, Brooke, R | V7L 4J4 | Vancouver | British Columbia | Canada |
| 20534 | Lopez, Dalton, W | 91203 | Glendale | California | United States |
Generated 2025-10-29 21:02:33.208 UTC