[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 512   SHUFFLE   <  SKIP 1245  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26487Ma, Vincent, W97005BeavertonOregonUnited States
15555Barnes, Hailey94303Palo AltoCaliforniaUnited States
17260King, Sean, B97355LebanonOregonUnited States

Generated 2025-07-10 22:46:43.943 UTC