[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 3993 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19672 | Zhao, Rosa, A | 4000 | Brisbane | Queensland | Australia |
| 19636 | Lee, Jessica | 97005 | Beaverton | Oregon | United States |
Generated 2025-11-05 12:04:09.040 UTC