[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 68 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21822 | Yuan, Gregory | Y03 4TN | York | England | United Kingdom |
| 21841 | Nath, Lindsay | Y03 4TN | York | England | United Kingdom |
| 21105 | Sara, Cory, A | YO15 | York | England | United Kingdom |
Generated 2025-11-03 18:13:36.040 UTC