C# Класс 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.
Наследование: IGuidProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
NewGuid ( ) : System.Guid

Generate a new Guid using the comb algorithm.

Описание методов

NewGuid() публичный Метод

Generate a new Guid using the comb algorithm.
public NewGuid ( ) : System.Guid
Результат System.Guid