Click or drag to resize

IIdGeneratorGenerateId Method

Generates an Id for a document.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
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.
See Also