Click or drag to resize
ConnectionStringReadPreference Property
Gets the read preference.

Namespace: MongoDB.Driver.Core.Configuration
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public Nullable<ReadPreferenceMode> ReadPreference { get; }

Property Value

Type: NullableReadPreferenceMode
See Also