MongoCursorReadConcern Property |
Gets the read concern.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public virtual ReadConcern ReadConcern { get; }
Public Overridable ReadOnly Property ReadConcern As ReadConcern
Get
abstract ReadConcern : ReadConcern with get
override ReadConcern : ReadConcern with get
Property Value
Type:
ReadConcernSee Also