[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 3990 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17180 | Rogers, Timothy, S | 98027 | Issaquah | Washington | United States |
| 12064 | White, John, D | 97330 | Corvallis | Oregon | United States |
| 21453 | Deng, Wayne | V8Y 1L1 | Cliffside | British Columbia | Canada |
Generated 2025-11-01 17:28:42.033 UTC