[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 3867 < SKIP 1563 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15490 | Rivera, Kaitlyn, R | V6B 3P7 | Port Hammond | British Columbia | Canada |
| 15996 | Barnes, Emily, G | V6B 3P7 | Port Hammond | British Columbia | Canada |
| 16090 | White, Emma, N | V6B 3P7 | Port Hammond | British Columbia | Canada |
Generated 2025-11-05 20:02:13.568 UTC