[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 999   <  SKIP 5268  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17210Deng, Karl, L33041PaderbornHamburgGermany
17784Patel, Mayra, R33098PaderbornNordrhein-WestfalenGermany
18034Robinson, Ethan, J33098PaderbornNordrhein-WestfalenGermany

Generated 2025-07-22 08:59:59.502 UTC