Click or drag to resize

LinqToMongo Methods

The LinqToMongo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainsAllTSource
Determines whether a sequence contains all of the specified values.
Public methodStatic memberContainsAnyTSource
Determines whether a sequence contains any of the specified values.
Public methodStatic memberInTSource
Determines whether a specified value is contained in a sequence.
Public methodStatic memberInject
Injects a low level IMongoQuery into a LINQ where clause. Can only be used in LINQ queries.
Public methodStatic memberWithIndexTSource(IQueryableTSource, BsonDocument)
Sets an index hint on the query that's being built.
Public methodStatic memberWithIndexTSource(IQueryableTSource, String)
Sets an index hint on the query that's being built.
Top
See Also