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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12729Perry, Jose, MPB12PeterboroughEnglandUnited Kingdom
12601Zhang, RandyPB12PeterboroughEnglandUnited Kingdom
12603Reed, ColePB12PeterboroughEnglandUnited Kingdom

Generated 2025-07-22 08:55:09.038 UTC