[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 5032  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27780Andersen, Christy, A59140DunkerqueNordFrance
28401Alexander, Maria, F59140DunkerqueNordFrance
28460Powell, Nathan59140DunkerqueNordFrance

Generated 2025-07-09 14:30:30.458 UTC