[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 4412 > < TAKE 6 >
6 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 25363 | Gray, Alexandria, E | V8X | Royal Oak | British Columbia | Canada | 
| 25433 | Kumar, Zachary | V8X | Royal Oak | British Columbia | Canada | 
| 25066 | Robinson, Charles, D | V8X | Royal Oak | British Columbia | Canada | 
| 25995 | Phillips, Jack, R | V8X | Royal Oak | British Columbia | Canada | 
| 26482 | Hill, Sydney | V8X | Royal Oak | British Columbia | Canada | 
| 26176 | Hayes, Jason | V8X | Royal Oak | British Columbia | Canada | 
Generated 2025-11-04 13:13:54.975 UTC