[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 5303  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29000Baker, Nathan, A98366Port OrchardWashingtonUnited States
29140Ward, Richard98366Port OrchardWashingtonUnited States
29225Lee, Matthew98366Port OrchardWashingtonUnited States

Generated 2025-07-09 22:12:12.894 UTC