OptionalT Structure |
Namespace: MongoDB.Driver
The OptionalT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Replaces |
Returns a value indicating whether this optional parameter contains a value that is not equal to an existing value.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() | WithDefault |
Returns either the value of this optional parameter if it has a value, otherwise a default value.
|
Name | Description | |
---|---|---|
![]() ![]() | (T to OptionalT) |
Performs an implicit conversion from to an OptionalT with a value.
|
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the optional parameter has a value.
|
![]() | Value |
Gets the value of the optional parameter.
|