[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 8477  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11252Thompson, Nicholas, D91945Lemon GroveCaliforniaUnited States
11291Wright, Jenna91945Lemon GroveCaliforniaUnited States

Generated 2025-07-12 00:45:07.926 UTC