[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 562 < SKIP 3923 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27323 | Shan, Michele | 59100 | Roubaix | Nord | France |
| 27771 | Subram, Terrance, M | 59100 | Roubaix | Nord | France |
| 28368 | Butler, Fernando | 59100 | Roubaix | Nord | France |
Generated 2025-11-05 16:37:46.823 UTC