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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24469Andersen, Roger2138RhodesNew South WalesAustralia
24360Diaz, Carolyn, C2138RhodesNew South WalesAustralia
24584Liang, Ronnie2138RhodesNew South WalesAustralia

Generated 2025-07-13 15:35:42.162 UTC