BsonValueImplicit Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Boolean to BsonValue) |
Converts a bool to a BsonValue.
|
![]() ![]() | Implicit(Byte[] to BsonValue) |
Converts a byte[] to a BsonValue.
|
![]() ![]() | Implicit(DateTime to BsonValue) |
Converts a DateTime to a BsonValue.
|
![]() ![]() | Implicit(Decimal to BsonValue) |
Converts a decimal to a BsonValue.
|
![]() ![]() | Implicit(Double to BsonValue) |
Converts a double to a BsonValue.
|
![]() ![]() | Implicit(Enum to BsonValue) |
Converts an Enum to a BsonValue.
|
![]() ![]() | Implicit(Guid to BsonValue) | Obsolete.
Converts a Guid to a BsonValue.
|
![]() ![]() | Implicit(Int32 to BsonValue) |
Converts an int to a BsonValue.
|
![]() ![]() | Implicit(Int64 to BsonValue) |
Converts a long to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Boolean> to BsonValue) |
Converts a bool? to a BsonValue.
|
![]() ![]() | Implicit(Nullable<DateTime> to BsonValue) |
Converts a DateTime? to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Decimal> to BsonValue) |
Converts a decimal? to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Double> to BsonValue) |
Converts a double? to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Guid> to BsonValue) | Obsolete.
Converts a Guid? to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Int32> to BsonValue) |
Converts an int? to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Int64> to BsonValue) |
Converts a long? to a BsonValue.
|
![]() ![]() | Implicit(String to BsonValue) |
Converts a string to a BsonValue.
|
![]() ![]() | Implicit(Regex to BsonValue) |
Converts a Regex to a BsonValue.
|
![]() ![]() | Implicit(Decimal128 to BsonValue) |
Converts a Decimal128 to a BsonValue.
|
![]() ![]() | Implicit(Nullable<Decimal128> to BsonValue) |
Converts a nullable Decimal128 to a BsonValue.
|
![]() ![]() | Implicit(ObjectId to BsonValue) |
Converts an ObjectId to a BsonValue.
|
![]() ![]() | Implicit(Nullable<ObjectId> to BsonValue) |
Converts an ObjectId? to a BsonValue.
|