[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 881 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28723 | Yang, Ryan | WA3 | Watford | England | United Kingdom |
| 11027 | Zhao, Jessie, R | 3280 | Warrnambool | Victoria | Australia |
Generated 2025-11-02 04:52:27.463 UTC