Method Create
Create(object)
Creates a new BsonObjectId.
public static BsonObjectId Create(object value)
Parameters
value
objectAn object to be mapped to a BsonObjectId.
Returns
- BsonObjectId
A BsonObjectId or null.
Creates a new BsonObjectId.
public static BsonObjectId Create(object value)
value
objectAn object to be mapped to a BsonObjectId.
A BsonObjectId or null.