[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 619 < SKIP 281 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14260 | Ruiz, Frank, M | 3280 | Warrnambool | Victoria | Australia |
| 14279 | Barnes, Taylor | 3280 | Warrnambool | Victoria | Australia |
| 14319 | Sanz, Renee, L | 3280 | Warrnambool | Victoria | Australia |
Generated 2025-11-04 21:42:10.034 UTC