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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14789Zhang, Rosa, K48001MünsterSaarlandGermany
16280Ma, Glenn, M48001MünsterSaarlandGermany
19257Jiménez, Dana48001MünsterSaarlandGermany

Generated 2025-07-21 17:48:19.287 UTC