[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 250   <  SKIP 951  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11226Ross, Sydney, T97068W. LinnOregonUnited States
11173Thomas, Sarah, F97068W. LinnOregonUnited States
11970Collins, Bailey97068W. LinnOregonUnited States

Generated 2025-10-09 06:52:54.695 UTC