[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 2655 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14991 | Zhao, Edwin | WA3 7BH | Warrington | England | United Kingdom |
| 23870 | Henderson, Elijah, M | 97301 | Salem | Oregon | United States |
Generated 2025-11-01 08:22:30.591 UTC