Property AsNullableInt64
AsNullableInt64
Casts the BsonValue to a Nullable{Int64} (throws an InvalidCastException if the cast is not valid).
public long? AsNullableInt64 { get; }
Property Value
- long?
Casts the BsonValue to a Nullable{Int64} (throws an InvalidCastException if the cast is not valid).
public long? AsNullableInt64 { get; }