ConnectionStringReadPreference Property |
Gets the read preference.
Namespace:
MongoDB.Driver.Core.Configuration
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax public Nullable<ReadPreferenceMode> ReadPreference { get; }
Public ReadOnly Property ReadPreference As Nullable(Of ReadPreferenceMode)
Get
member ReadPreference : Nullable<ReadPreferenceMode> with get
Property Value
Type:
NullableReadPreferenceModeSee Also