[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 1942 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23490 | Wilson, Nicholas, S | 98403 | Tacoma | Washington | United States |
| 23561 | Williams, Jose, E | 98403 | Tacoma | Washington | United States |
Generated 2025-11-04 22:32:26.139 UTC