Click or drag to resize
MongoCollection.FindAs Method
Overload List
  NameDescription
Public methodFindAs<TDocument>(IMongoQuery)
Returns a cursor that can be used to find all documents in this collection that match the query as TDocuments.
Public methodFindAs(Type, IMongoQuery)
Returns a cursor that can be used to find all documents in this collection that match the query as TDocuments.
Top
See Also