Table of Contents

Property AsNullableInt64

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableInt64

Casts the BsonValue to a Nullable{Int64} (throws an InvalidCastException if the cast is not valid).

public long? AsNullableInt64 { get; }

Property Value

long?