[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 293 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22745 | Patterson, Alexandria, A | 91364 | Woodland Hills | California | United States |
| 22787 | Sanchez, Andrea, L | 91364 | Woodland Hills | California | United States |
Generated 2025-11-02 15:56:15.705 UTC