[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 3974 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21635 | Lewis, Christian, G | 94303 | Palo Alto | California | United States |
| 24995 | Peterson, Melissa, S | V8V | Victoria | British Columbia | Canada |
Generated 2025-10-31 23:48:18.599 UTC