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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19344Ma, Mandy70511StuttgartSaarlandGermany
19443Raman, Dominic70511StuttgartSaarlandGermany
19898Serrano, Desiree70511StuttgartSaarlandGermany

Generated 2025-10-11 19:38:43.503 UTC