Click or drag to resize

MongoCollectionBase<TDocument>.WithReadPreference Method

Returns a new IMongoCollection instance with a different read preference setting.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public abstract IMongoCollection<TDocument> WithReadPreference(
	ReadPreference readPreference
)

Parameters

readPreference
Type: MongoDB.Driver.ReadPreference
The read preference.

Return Value

Type: IMongoCollection<TDocument>
A new IMongoCollection instance with a different read preference setting.

Implements

IMongoCollection<TDocument>.WithReadPreference(ReadPreference)
See Also