[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 3126 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13245 | Scott, Angel, E | 97301 | Salem | Oregon | United States |
| 23490 | Wilson, Nicholas, S | 98403 | Tacoma | Washington | United States |
Generated 2025-11-03 05:42:50.641 UTC