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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24465Andersen, Tara, L3000MelbourneVictoriaAustralia
24615Ortega, Dwayne, C3000MelbourneVictoriaAustralia
24888Srini, Roy3000MelbourneVictoriaAustralia

Generated 2025-07-20 12:35:07.517 UTC