BsonValueAsNullableDecimal Property |
Casts the BsonValue to a Nullable{Decimal} (throws an InvalidCastException if the cast is not valid).
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax public Nullable<decimal> AsNullableDecimal { get; }
Public ReadOnly Property AsNullableDecimal As Nullable(Of Decimal)
Get
member AsNullableDecimal : Nullable<decimal> with get
Property Value
Type:
NullableDecimalSee Also