[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 516 SKIP 1000 < SKIP 14 > < TAKE 6 >
6 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12970 | Powell, Angela, R | V7L 4J4 | Vancouver | British Columbia | Canada |
| 13199 | Stewart, Timothy, F | V7L 4J4 | Vancouver | British Columbia | Canada |
| 13206 | Flores, Emily | V7L 4J4 | Vancouver | British Columbia | Canada |
| 13418 | Cox, Devin, C | V7L 4J4 | Vancouver | British Columbia | Canada |
| 13751 | Rivera, Allison, M | V7L 4J4 | Vancouver | British Columbia | Canada |
| 14353 | Reed, Erin, I | V7L 4J4 | Vancouver | British Columbia | Canada |
Generated 2025-11-05 20:21:24.531 UTC