[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 1001 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17230 | Suarez, Lance, C | 4217 | Gold Coast | Queensland | Australia |
| 26430 | Sanz, Paula | 6006 | Perth | South Australia | Australia |
Generated 2025-10-28 10:47:59.662 UTC