Class WriteConcern.WValue
Represents the base class for w values.
- Inheritance
-
Write
Concern. WValue
- Implements
- Derived
- Inherited Members
Methods
- Parse(string)
Parses the specified value.
- To
Bson Value() Converts this WValue to a BsonValue suitable to be included in a BsonDocument representing a write concern.
Operators
- implicit operator WValue(int)
Performs an implicit conversion from int to Write
Concern. .WValue
- implicit operator WValue(int?)
Performs an implicit conversion from Nullable{Int32} to Write
Concern. .WValue
- implicit operator WValue(string)
Performs an implicit conversion from string to Write
Concern. .WValue