BsonValueAsNullableGuid Property |
Casts the BsonValue to a Nullable{Guid} (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<Guid> AsNullableGuid { get; }
Public ReadOnly Property AsNullableGuid As Nullable(Of Guid)
Get
member AsNullableGuid : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also