[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 750   <  SKIP 1445  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26922Powell, Trevor, C3429SunburyVictoriaAustralia
27349Diaz, Sheila, B3429SunburyVictoriaAustralia
28098Zhu, Roger, J3429SunburyVictoriaAustralia

Generated 2025-10-10 07:01:36.998 UTC