[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity < SKIP 1125 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17970 | Martinez, Erick | 14111 | Berlin | Hessen | Germany |
| 17994 | Xu, Bradley, T | 10791 | Berlin | Hamburg | Germany |
Generated 2025-11-05 20:11:18.556 UTC