[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 3452 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19419 | Adams, Allison, L | 59100 | Roubaix | Nord | France |
| 19171 | Torres, Melanie, L | 90401 | Santa Monica | California | United States |
Generated 2025-11-05 16:42:16.416 UTC