[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 2271 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14045 | Ramos, Tanya, R | 4000 | Brisbane | Queensland | Australia |
| 16651 | Martinez, Abigail | 98027 | Issaquah | Washington | United States |
Generated 2025-11-02 09:57:04.587 UTC