IIdGeneratorGenerateId Method  | 
 
            Generates an Id for a document.
            
 
    Namespace: 
   MongoDB.Bson.Serialization
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
SyntaxObject GenerateId(
	Object container,
	Object document
)
Function GenerateId ( 
	container As Object,
	document As Object
) As Object
abstract GenerateId : 
        container : Object * 
        document : Object -> Object 
Parameters
- container
 - Type: SystemObject
The container of the document (will be a MongoCollection when called from the C# driver).  - document
 - Type: SystemObject
The document. 
Return Value
Type: 
ObjectAn Id.
See Also