Click or drag to resize

AscendingGuidGeneratorGenerateId Method (Object, Object)

Generates an ascending Guid for a document. Consecutive invocations should generate Guids that are ascending from a MongoDB perspective

Namespace:  MongoDB.Bson.Serialization.IdGenerators
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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 driver).
document
Type: SystemObject
The document it was generated for.

Return Value

Type: Object
A Guid.

Implements

IIdGeneratorGenerateId(Object, Object)
See Also