C# Class Skimur.Utils.GuidUtil

Afficher le fichier Open project: skimur/skimur

Méthodes publiques

Méthode Description
NewSequentialId ( ) : System.Guid

Creates a new sequential GUID, ideal for SQL server

ParseGuid ( this value, bool throwOnInvalidGuid = false ) : System.Guid

Private Methods

Méthode Description
UuidCreateSequential ( System.Guid &guid ) : int

Method Details

NewSequentialId() public static méthode

Creates a new sequential GUID, ideal for SQL server
public static NewSequentialId ( ) : System.Guid
Résultat System.Guid

ParseGuid() public static méthode

public static ParseGuid ( this value, bool throwOnInvalidGuid = false ) : System.Guid
value this
throwOnInvalidGuid bool
Résultat System.Guid