Azure-cosmos-dotnet-v3: Preserve some of the way creating a query worked in v2

Created on 24 Jan 2019  路  2Comments  路  Source: Azure/azure-cosmos-dotnet-v3

I liked how CreateDocumentQuery worked in v2. It returned an IQueryable so you could have one function that built up part of the query and pass it on to some other function that added to that query before executing it. It also let us use linq methods to build up the query.

Was it removed for performance reasons? Is there any way to retain some of the spirit of how it worked?

discussion-wanted duplicate

Most helpful comment

@crhistianramirez we are exploring ways of enabling LINQ query generation. Its part of GA plan.

All 2 comments

@crhistianramirez we are exploring ways of enabling LINQ query generation. Its part of GA plan.

Closing this since it's a duplicate of #212

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kirankumarkolli picture kirankumarkolli  路  7Comments

ealsur picture ealsur  路  6Comments

thomaslevesque picture thomaslevesque  路  7Comments

jriouxrandstadca picture jriouxrandstadca  路  4Comments

Jubast picture Jubast  路  6Comments