Click or drag to resize
IMongoCollectionExtensions.FindAsync Method
Overload List
  NameDescription
Public methodStatic memberFindAsync<TDocument>(IMongoCollection<TDocument>, FilterDefinition<TDocument>, FindOptions<TDocument, TDocument>, CancellationToken)
Finds the documents matching the filter.
Public methodStatic memberFindAsync<TDocument>(IMongoCollection<TDocument>, Expression<Func<TDocument, Boolean>>, FindOptions<TDocument, TDocument>, CancellationToken)
Finds the documents matching the filter.
Top
See Also