[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 1341 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28407 | Miller, Emma, R | 59491 | Villeneuve-d'Ascq | Nord | France |
| 28441 | Nath, Peter, K | 59491 | Villeneuve-d'Ascq | Nord | France |
| 29414 | Patel, Lydia, B | 59491 | Villeneuve-d'Ascq | Nord | France |
Generated 2025-11-01 18:49:34.678 UTC