Click or drag to resize

BsonObjectIdGeneratorGenerateId Method

Generates an Id for a document.

Namespace:  MongoDB.Bson.Serialization.IdGenerators
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public Object GenerateId(
	Object container,
	Object document
)

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: Object
An Id.

Implements

IIdGeneratorGenerateId(Object, Object)
See Also