[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 2500   <  SKIP 5259  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26991Ortega, Rodney, A48001MünsterSaarlandGermany
27157Xu, Raul48001MünsterSaarlandGermany
27188She, Claudia, C48001MünsterSaarlandGermany

Generated 2025-10-13 04:22:16.941 UTC