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