Method GenerateId
- Namespace
 - MongoDB.Bson.Serialization.IdGenerators
 
- Assembly
 - MongoDB.Bson.dll
 
GenerateId(object, object)
Generates an Id for a document.
public object GenerateId(object container, object document)
Parameters
containerobjectThe container of the document (will be a MongoCollection when called from the C# driver).
documentobjectThe document.
Returns
- object
 An Id.