Click or drag to resize
IMongoCollectionTDocumentWithReadConcern Method
Returns a new collection with a different read concern.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
IMongoCollection<TDocument> WithReadConcern(
	ReadConcern readConcern
)

Parameters

readConcern
Type: MongoDB.DriverReadConcern
The read concern.

Return Value

Type: IMongoCollectionTDocument
A new collection.
See Also