[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 531 < SKIP 3944 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23780 | Stewart, Mason | 59100 | Roubaix | Nord | France |
| 23919 | Parker, Jordan | 59100 | Roubaix | Nord | France |
| 24384 | Pal, Kenneth, G | 59100 | Roubaix | Nord | France |
Generated 2025-11-06 02:15:32.399 UTC