LinqToMongo Class |
Namespace: MongoDB.Driver.Linq
The LinqToMongo type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ContainsAll<TSource> |
Determines whether a sequence contains all of the specified values.
|
![]() ![]() | ContainsAny<TSource> |
Determines whether a sequence contains any of the specified values.
|
![]() ![]() | In<TSource> |
Determines whether a specified value is contained in a sequence.
|
![]() ![]() | Inject |
Injects a low level IMongoQuery into a LINQ where clause. Can only be used in LINQ queries.
|
![]() ![]() | WithIndex<TSource>(IQueryable<TSource>, BsonDocument) |
Sets an index hint on the query that's being built.
|
![]() ![]() | WithIndex<TSource>(IQueryable<TSource>, String) |
Sets an index hint on the query that's being built.
|