[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 4300 < SKIP 49 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
13707 | Smith, Austin | V8X | Royal Oak | British Columbia | Canada |
13711 | Mitchell, Thomas, J | V8X | Royal Oak | British Columbia | Canada |
13762 | Long, Gavin | V8X | Royal Oak | British Columbia | Canada |
Generated 2025-07-22 00:18:47.747 UTC