[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 10466  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11685Griffin, Jose, A97222MilwaukieOregonUnited States
11828Martinez, Katherine97222MilwaukieOregonUnited States
11953Wright, Courtney, D97222MilwaukieOregonUnited States
12121Wilson, Logan, H97222MilwaukieOregonUnited States

Generated 2025-07-20 22:53:06.675 UTC