Table of Contents

Method GenerateId

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

GenerateId(object, object)

Generates an Id for a document.

object GenerateId(object container, object document)

Parameters

container object

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

document object

The document.

Returns

object

An Id.