[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 2524 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20652 | Scott, Amanda | 98104 | Seattle | Washington | United States |
| 19051 | Henderson, Taylor, M | 93000 | Bobigny | Seine Saint Denis | France |
Generated 2025-11-05 10:04:32.527 UTC