QueryBuilder<TDocument>.And Method |
Name | Description | |
---|---|---|
![]() | And(IEnumerable<IMongoQuery>) |
Tests that all the queries are true (see $and in newer versions of the server).
|
![]() | And(IMongoQuery[]) |
Tests that all the queries are true (see $and in newer versions of the server).
|