Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

Query: Adds support for multi-value Group By query for LINQ #4481

Open leminh98 opened 1 month ago

leminh98 commented 1 month ago

Pull Request Template

Description

This PR adds the ability to translate LINQ query to SQL query with multiple items in the SQL select clause. This is achieved through the value clause using NewExpression

Type of change

Please delete options that are not relevant.

Closing issues

To automatically close an issue: closes #IssueNumber

bartelink commented 1 month ago

Semi-related issues in case they are easy to address in the same block of work: