[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 3111 > < TAKE 4 >
4 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15299 | Lopez, Charles, H | 97355 | Lebanon | Oregon | United States |
| 29317 | Hill, James, S | 4000 | Brisbane | Queensland | Australia |
| 15313 | Morris, Garrett, C | 97205 | Portland | Oregon | United States |
| 24198 | Madan, Chelsea, O | 93400 | Saint-Denis | Seine Saint Denis | France |
Generated 2025-11-04 17:49:03.797 UTC