[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 1636 < SKIP 1163 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16497 | Peterson, Julia, P | V0 | Sooke | British Columbia | Canada |
| 17867 | Sanchez, Stephanie | V0 | Sooke | British Columbia | Canada |
| 18356 | Lee, Alexander, S | V0 | Sooke | British Columbia | Canada |
Generated 2025-11-05 16:03:41.522 UTC