[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 500   <  SKIP 5970  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11611Lin, Ernest45000OrleansLoiretFrance
12723Jai, Kurt, L45000OrleansLoiretFrance
12660Sanchez, Toni, H45000OrleansLoiretFrance

Generated 2025-07-22 02:23:47.305 UTC