Constructor MongoDBRef
MongoDBRef(string, BsonValue)
Creates a MongoDBRef.
Parameters
collectionName
stringThe name of the collection that contains the document.
id
BsonValue The Id of the document.
MongoDBRef(string, string, BsonValue)
Creates a MongoDBRef.