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.