Skip to content

Does marten support set operations? (Union etc) #1763

Answered by jeremydmiller
Abdragiz asked this question in Q&A
Discussion options

You must be logged in to vote

@Nadare2012 No, Marten does not support Union() queries. To be honest, I didn't realize that was a thing in Linq. The functional equivalent in Marten would be to use the batched query functionality: https://martendb.io/documentation/documents/querying/batched_queries/

And the batched queries will be more efficient in v4 FWIW.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Abdragiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1761 on March 11, 2021 14:59.