OptionalT Structure |
Namespace: MongoDB.Driver
The OptionalT type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the optional parameter has a value.
|
![]() | Value |
Gets the value of the optional parameter.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from ValueType.) |
![]() | GetHashCode | (Inherited from ValueType.) |
![]() | GetType | (Inherited from Object.) |
![]() | Replaces |
Returns a value indicating whether this optional parameter contains a value that is not equal to an existing value.
|
![]() | ToString | (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.) |