[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 206 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 29046 | Richardson, Gabriella | 98901 | Yakima | Washington | United States |
| 29125 | Reed, Andrea, D | 98901 | Yakima | Washington | United States |
| 29242 | Thomas, Blake, D | 98901 | Yakima | Washington | United States |
Generated 2025-11-02 10:49:42.610 UTC