[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 3680 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14400 | Brown, Brandon, E | 94109 | San Francisco | California | United States |
| 15279 | Lee, Hunter, E | 94109 | San Francisco | California | United States |
| 15533 | Richardson, Anna, R | 94109 | San Francisco | California | United States |
Generated 2025-11-05 14:57:54.995 UTC