[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 149  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22259Mitchell, Dalton, R97355LebanonOregonUnited States
22752Brown, Daniel, J97355LebanonOregonUnited States
22546Jones, Nicholas, L97355LebanonOregonUnited States

Generated 2025-07-21 12:11:19.707 UTC