[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   SHUFFLE   <  SKIP 2970  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12985Roberts, Hailey, L90802Long BeachCaliforniaUnited States
24650Baker, Julia91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-08 03:00:30.437 UTC