Replies: 1 comment
-
|
@dinanrm Yes, it is possible to use Sieve on any IMongoQueryable<Blog> queryable = MyMongoCollection.AsQueryable();
IQueryable<Blog> updatedQueryable = _sieveProcessor.Apply(sieveModel, queryable); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to use Sieve alongside MongoDB?
I'm afraid this is only compatible with SQL & EF.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions