[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 250   <  SKIP 7917  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12923Wright, Fernando, L94941Mill ValleyCaliforniaUnited States
13193Evans, Kevin, K94941Mill ValleyCaliforniaUnited States
13724Thompson, Charles, J94941Mill ValleyCaliforniaUnited States

Generated 2025-07-21 06:29:32.054 UTC