[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 980 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26921 | Weber, Cynthia | 4171 | Hawthorne | Queensland | Australia |
| 18429 | Gonzales, Faith, R | 98403 | Tacoma | Washington | United States |
Generated 2025-11-04 22:48:01.564 UTC