[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 36 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16461 | Wu, Rosa | YO15 | York | England | United Kingdom |
| 16946 | Diaz, Teresa, L | Y03 4TN | York | England | United Kingdom |
| 17182 | Patterson, Jessica | YO15 | York | England | United Kingdom |
Generated 2025-11-04 21:54:02.562 UTC