BsonValue Operators and Type Conversions |
The BsonValue type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two BsonValues.
|
![]() ![]() | Explicit(BsonValue to Boolean) |
Casts a BsonValue to a bool.
|
![]() ![]() | Explicit(BsonValue to Nullable<Boolean>) |
Casts a BsonValue to a bool?.
|
![]() ![]() | Explicit(BsonValue toByte[]) |
Casts a BsonValue to a byte[].
|
![]() ![]() | Explicit(BsonValue to DateTime) |
Casts a BsonValue to a DateTime.
|
![]() ![]() | Explicit(BsonValue to Nullable<DateTime>) |
Casts a BsonValue to a DateTime?.
|
![]() ![]() | Explicit(BsonValue to Decimal) |
Casts a BsonValue to a decimal.
|
![]() ![]() | Explicit(BsonValue to Nullable<Decimal>) |
Casts a BsonValue to a decimal?.
|
![]() ![]() | Explicit(BsonValue to Decimal128) |
Casts a BsonValue to a Decimal128.
|
![]() ![]() | Explicit(BsonValue to Nullable<Decimal128>) |
Casts a BsonValue to a nullable Decimal128?.
|
![]() ![]() | Explicit(BsonValue to Double) |
Casts a BsonValue to a double.
|
![]() ![]() | Explicit(BsonValue to Nullable<Double>) |
Casts a BsonValue to a double?.
|
![]() ![]() | Explicit(BsonValue to Guid) |
Casts a BsonValue to a Guid.
|
![]() ![]() | Explicit(BsonValue to Nullable<Guid>) |
Casts a BsonValue to a Guid?.
|
![]() ![]() | Explicit(BsonValue to Int32) |
Casts a BsonValue to an int.
|
![]() ![]() | Explicit(BsonValue to Nullable<Int32>) |
Casts a BsonValue to an int?.
|
![]() ![]() | Explicit(BsonValue to Int64) |
Casts a BsonValue to a long.
|
![]() ![]() | Explicit(BsonValue to Nullable<Int64>) |
Casts a BsonValue to a long?.
|
![]() ![]() | Explicit(BsonValue to ObjectId) |
Casts a BsonValue to an ObjectId.
|
![]() ![]() | Explicit(BsonValue to Nullable<ObjectId>) |
Casts a BsonValue to an ObjectId?.
|
![]() ![]() | Explicit(BsonValue to Regex) |
Casts a BsonValue to a Regex.
|
![]() ![]() | Explicit(BsonValue to String) |
Casts a BsonValue to a string.
|
![]() ![]() | GreaterThan |
Compares two BsonValues.
|
![]() ![]() | GreaterThanOrEqual |
Compares two BsonValues.
|
![]() ![]() | 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) |
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) |
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.
|
![]() ![]() | Inequality |
Compares two BsonValues.
|
![]() ![]() | LessThan |
Compares two BsonValues.
|
![]() ![]() | LessThanOrEqual |
Compares two BsonValues.
|