[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 2473 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20263 | Zhou, Steve, C | 2777 | Springwood | New South Wales | Australia |
| 20453 | Arun, Bryant, C | 2777 | Springwood | New South Wales | Australia |
| 20611 | Sullivan, Carla, A | 2777 | Springwood | New South Wales | Australia |
Generated 2025-10-29 21:03:12.329 UTC