[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 2274 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18011 | Gomez, Frank | 75008 | Paris | Seine (Paris) | France |
| 23925 | Torres, Marie | 80074 | München | Hamburg | Germany |
Generated 2025-11-03 21:03:19.857 UTC