| LinqToMongo Methods | 
The LinqToMongo type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | ContainsAllTSource | 
            Determines whether a sequence contains all of the specified values.
             | 
|   | ContainsAnyTSource | 
            Determines whether a sequence contains any of the specified values.
             | 
|   | InTSource | 
            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.
             | 
|   | WithIndexTSource(IQueryableTSource, BsonDocument) | 
            Sets an index hint on the query that's being built.
             | 
|   | WithIndexTSource(IQueryableTSource, String) | 
            Sets an index hint on the query that's being built.
             | 
 See Also
See Also