[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 3533 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18503 | Peterson, Timothy, E | 95062 | Santa Cruz | California | United States |
| 18683 | Walker, Robert, T | 95062 | Santa Cruz | California | United States |
Generated 2025-11-04 18:37:26.329 UTC