Méthode | Description | |
---|---|---|
GenerateId ( object container, object document ) : object |
Generates an Id for a document.
|
|
GuidGenerator ( ) : System |
Initializes a new instance of the GuidGenerator class.
|
|
IsEmpty ( object id ) : bool |
Tests whether an Id is empty.
|
public GenerateId ( object container, object document ) : object | ||
container | object | The container of the document (will be a MongoCollection when called from the C# driver). |
document | object | The document. |
Résultat | object |