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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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