[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 2852 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21188 | Sanchez, Clifford | 3550 | Bendigo | Victoria | Australia |
| 21907 | Hall, Jordan | 98201 | Everett | Washington | United States |
| 19439 | Xu, Franklin, C | 04838 | Eilenburg | Brandenburg | Germany |
Generated 2025-11-03 12:40:22.956 UTC