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