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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19561Serrano, Orlando1597Lane CoveNew South WalesAustralia
19622Yuan, Roger1597Lane CoveNew South WalesAustralia
20450Tang, Edwin1597Lane CoveNew South WalesAustralia

Generated 2025-07-13 03:14:42.963 UTC