[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 2000 SHUFFLE SKIP 0 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14138 | He, Vincent, M | 34117 | Kassel | Hessen | Germany |
| 24949 | Howard, Devin, S | 98033 | Kirkland | Washington | United States |
| 26749 | Sun, Rafael | 4655 | Hervey Bay | Queensland | Australia |
Generated 2025-11-04 21:54:10.282 UTC