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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22115Rogers, Dalton, A98052RedmondWashingtonUnited States
22011Patterson, Richard, L98052RedmondWashingtonUnited States
22241Washington, Alexandria, M98052RedmondWashingtonUnited States

Generated 2025-07-22 10:16:22.492 UTC