[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 2500   <  SKIP 4912  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11942Gonzalez, George, L2300NewcastleNew South WalesAustralia
11999Shan, Johnny2300NewcastleNew South WalesAustralia
12583Ortega, Tyrone, H2300NewcastleNew South WalesAustralia

Generated 2025-10-14 14:45:11.954 UTC