[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 1000 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12746 | Torres, Juan, M | PE17 | Bury | England | United Kingdom |
| 14670 | Gill, Leslie | 1597 | Lane Cove | New South Wales | Australia |
Generated 2025-10-29 12:43:07.247 UTC