[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 4070  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23580Jones, Ryan94519ConcordCaliforniaUnited States
22865Hall, Stephanie, E94519ConcordCaliforniaUnited States

Generated 2025-07-12 04:46:07.955 UTC