Azure / azure-cosmos-dotnet-v3

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

LINQ support for specifying FilterPredicate #4513

Open mauve opened 4 months ago

mauve commented 4 months ago

Is your feature request related to a problem? Please describe. I'm frustrated by having to manually write FilterPredicate queries by hand.

Describe the solution you'd like I would like to be able to specify FilterPredicate in RequestOptions using LINQ.

Describe alternatives you've considered The current solution of manually crafting string queries is error prone.