Click or drag to resize

StringObjectIdGenerator.GenerateId Method

Generates an Id for a document.

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

Parameters

container
Type: System.Object
The container of the document (will be a MongoCollection when called from the C# driver).
document
Type: System.Object
The document.

Return Value

Type: Object
An Id.

Implements

IIdGenerator.GenerateId(Object, Object)
See Also