[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 3926 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28919 | Wagner, Krystal, F | 59100 | Roubaix | Nord | France |
| 12219 | Nara, Kurt | 59223 | Roncq | Nord | France |
| 12639 | Lopez, Ruben | 59223 | Roncq | Nord | France |
Generated 2025-11-05 14:14:49.297 UTC