[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 1287 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 29271 | Henderson, Antonio | 97068 | W. Linn | Oregon | United States | 
| 11437 | Moreno, Alfredo | 59491 | Villeneuve-d'Ascq | Nord | France | 
| 12387 | Vazquez, Meredith, M | 59491 | Villeneuve-d'Ascq | Nord | France | 
Generated 2025-10-31 21:44:42.101 UTC