QueryBuilder<TDocument>.Or Method |
Name | Description | |
---|---|---|
![]() | Or(IEnumerable<IMongoQuery>) |
Tests that at least one of the subqueries is true (see $or).
|
![]() | Or(IMongoQuery[]) |
Tests that at least one of the subqueries is true (see $or).
|