[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 1111 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 16582 | Torres, Frank, M | 12171 | Berlin | Saarland | Germany | 
| 16824 | Munoz, Randall, J | 12171 | Berlin | Hessen | Germany | 
Generated 2025-11-04 05:13:04.202 UTC