[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 125   <  SKIP 1851  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12672Butler, Carson, T1002SydneyNew South WalesAustralia
12680Sanchez, George, M1002SydneyNew South WalesAustralia
12690Zhang, Roger1002SydneyNew South WalesAustralia

Generated 2025-10-12 09:15:49.540 UTC