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.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 driver).
document
Type: SystemObject
The document it was generated for.

Return Value

Type: Object
A Guid.

Implements

IIdGeneratorGenerateId(Object, Object)
See Also