[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 1398 > < TAKE 6 >
6 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22095 | Perry, Brandon | V8V | Victoria | British Columbia | Canada |
| 22097 | Anderson, David, A | V8V | Victoria | British Columbia | Canada |
| 22771 | King, Mason, D | V8V | Victoria | British Columbia | Canada |
| 22772 | Watson, Erin, B | V8V | Victoria | British Columbia | Canada |
| 23070 | Hall, Natalie, A | V8V | Victoria | British Columbia | Canada |
| 23449 | Peterson, Steven, L | V8V | Victoria | British Columbia | Canada |
Generated 2025-10-27 19:10:58.475 UTC