AscendingGuidGeneratorInstance Property |
Gets an instance of AscendingGuidGenerator.
Namespace: MongoDB.Bson.Serialization.IdGeneratorsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public static AscendingGuidGenerator Instance { get; }
Public Shared ReadOnly Property Instance As AscendingGuidGenerator
Get
static member Instance : AscendingGuidGenerator with get
Property Value
Type:
AscendingGuidGeneratorSee Also