Click or drag to resize
ZeroIdCheckerTGenerateId Method
Generates an Id for a document.

Namespace: MongoDB.Bson.Serialization.IdGenerators
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
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