[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 10013   <  SKIP 140  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21250Coleman, Fernando, E97355LebanonOregonUnited States
21401Powell, Eric97355LebanonOregonUnited States
21719Torres, Morgan97355LebanonOregonUnited States

Generated 2025-07-21 12:12:37.202 UTC