[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 593 SHUFFLE < SKIP 210 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14101 | Lal, Franklin, A | 2300 | Newcastle | New South Wales | Australia |
| 14855 | Weber, Deanna, L | 4000 | Brisbane | Queensland | Australia |
| 17945 | Rubio, Julio | 60323 | Frankfurt | Hessen | Germany |
Generated 2025-11-05 12:06:12.161 UTC