[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 2517 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16989 | Richardson, Emma | 98201 | Everett | Washington | United States |
| 12705 | Garcia, Andre, H | 6006 | Perth | South Australia | Australia |
Generated 2025-11-03 21:58:25.000 UTC