MongoCollectionBaseTDocumentWithReadConcern Method |
Returns a new collection with a different read concern.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public virtual IMongoCollection<TDocument> WithReadConcern(
ReadConcern readConcern
)
Public Overridable Function WithReadConcern (
readConcern As ReadConcern
) As IMongoCollection(Of TDocument)
abstract WithReadConcern :
readConcern : ReadConcern -> IMongoCollection<'TDocument>
override WithReadConcern :
readConcern : ReadConcern -> IMongoCollection<'TDocument>
Parameters
- readConcern
- Type: MongoDB.DriverReadConcern
The read concern.
Return Value
Type:
IMongoCollectionTDocumentA new collection.
Implements
IMongoCollectionTDocumentWithReadConcern(ReadConcern)See Also