IMongoCollectionExtensions.FindAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | FindAsync<TDocument>(IMongoCollection<TDocument>, FilterDefinition<TDocument>, FindOptions<TDocument, TDocument>, CancellationToken) |
Finds the documents matching the filter.
|
![]() ![]() | FindAsync<TDocument>(IMongoCollection<TDocument>, Expression<Func<TDocument, Boolean>>, FindOptions<TDocument, TDocument>, CancellationToken) |
Finds the documents matching the filter.
|