[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 6765 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
16224 | Martinez, Jacob | 94611 | Oakland | California | United States |
16362 | Smith, Joshua, C | 94611 | Oakland | California | United States |
Generated 2025-07-14 11:26:32.916 UTC