[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 750   <  SKIP 4454  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26333Alexander, Alexandria97205PortlandOregonUnited States
25932Rodriguez, Marcus97205PortlandOregonUnited States
26104Edwards, Timothy, D97205PortlandOregonUnited States
27203Sanchez, Jennifer, J97205PortlandOregonUnited States

Generated 2025-10-11 09:22:00.973 UTC