[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 3011 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25551 | Torres, Ross, L | 91054 | Erlangen | Bayern | Germany |
| 28791 | Johnston, Richard | 99202 | Spokane | Washington | United States |
Generated 2025-11-01 01:56:55.013 UTC