[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 3679 SKIP 0 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
13195 | Perry, Aaron | 94109 | San Francisco | California | United States |
14400 | Brown, Brandon, E | 94109 | San Francisco | California | United States |
Generated 2025-07-22 09:02:15.876 UTC