Show / Hide Table of Contents

Enum SequentialGuidType

The type of sequential System.Guid.

Namespace: IRM
Assembly: IRM.dll
Syntax
public enum SequentialGuidType

AsBinary

The first six bytes are sequential and this is prefered for Oracle.

AsString

The first six bytes are sequential and this is prefered for MySQL and Raven DB.

AtEnd

The last six bytes are sequential, which is what SQL Server uses.

Extension Methods

EnumFlagExtensions.IsFlag<T>(T)
EnumFlagExtensions.AddFlag<T>(T)
EnumFlagExtensions.RemoveFlag<T>(T)
AnnotationsExtensions.IsValid()
Back to top Generated by DocFX