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