C# Class EventCentric.Utils.SequentialGuid

An IGuidGenerator that generates System.Guid values using a strategy suggested Jimmy Nilsson's article and .
The comb algorithm is designed to make the use of GUIDs as Primary Keys, Foreign Keys, and Indexes nearly as efficient as ints.
Inheritance: IGuidProvider
Afficher le fichier Open project: Narvalex/EventCentric

Méthodes publiques

Méthode Description
NewGuid ( ) : System.Guid

Generate a new Guid using the comb algorithm.

Method Details

NewGuid() public méthode

Generate a new Guid using the comb algorithm.
public NewGuid ( ) : System.Guid
Résultat System.Guid