Method FetchDBRef
FetchDBRef(MongoDBRef)
Fetches the document referred to by the DBRef.
public virtual BsonDocument FetchDBRef(MongoDBRef dbRef)
Parameters
dbRef
MongoDBRefThe MongoDBRef to fetch.
Returns
- BsonDocument
A BsonDocument (or null if the document was not found).