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
파일 보기 프로젝트 열기: Narvalex/EventCentric

공개 메소드들

메소드 설명
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