[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 750   <  SKIP 5859  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28010Long, Justin97045Oregon CityOregonUnited States
29022Diaz, Sydney97045Oregon CityOregonUnited States
29164James, Jennifer, D97045Oregon CityOregonUnited States

Generated 2025-10-15 12:31:59.937 UTC