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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22391Watson, Angela, M66740SaarlouisSaarlandGermany
21816Roberts, Jackson66740SaarlouisSaarlandGermany
21835Sun, Susan66740SaarlouisSaarlandGermany

Generated 2025-07-15 13:25:39.539 UTC