[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 999   <  SKIP 2323  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12715Gill, Eddie, J3198SeafordVictoriaAustralia
13024Moreno, Marc3198SeafordVictoriaAustralia
14264Lal, Karl, R3198SeafordVictoriaAustralia

Generated 2025-07-18 15:06:43.047 UTC