[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 2334 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18111 | Morris, Timothy, M | 94941 | Mill Valley | California | United States |
| 14744 | Yang, Elijah, L | 98168 | Burien | Washington | United States |
Generated 2025-11-03 05:07:15.142 UTC