[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 250 < SKIP 7419 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
17400 | Wilson, Emily | V7L 4J4 | N. Vancouver | British Columbia | Canada |
17491 | Hall, Kyle, J | V7L 4J4 | N. Vancouver | British Columbia | Canada |
17558 | Williams, Ian, M | V7L 4J4 | N. Vancouver | British Columbia | Canada |
Generated 2025-07-16 12:03:48.243 UTC