MongoCollection.FindAs Method |
Name | Description | |
---|---|---|
![]() | FindAs<TDocument>(IMongoQuery) |
Returns a cursor that can be used to find all documents in this collection that match the query as TDocuments.
|
![]() | FindAs(Type, IMongoQuery) |
Returns a cursor that can be used to find all documents in this collection that match the query as TDocuments.
|