[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 0 SHUFFLE < SKIP 3375 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17898 | Sanz, Janet, J | 64283 | Darmstadt | Hessen | Germany |
| 22870 | Chen, Barbara, M | 95000 | Cergy | Val d'Oise | France |
Generated 2025-10-31 23:47:54.173 UTC