[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 2702 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24783 | Raman, Barry, A | 91910 | Chula Vista | California | United States |
| 27329 | Vazquez, Gloria, M | 59223 | Roncq | Nord | France |
| 12230 | Zheng, Wesley | 22001 | Hamburg | Hessen | Germany |
Generated 2025-10-29 23:02:18.290 UTC