[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 1441 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12373 | Gray, Isaac, G | 78000 | Versailles | Yveline | France |
| 12494 | Sandberg, Abby | 78000 | Versailles | Yveline | France |
Generated 2025-10-29 23:01:13.788 UTC