Enum SequentialGuidType
Describes the type of a sequential GUID value.
Namespace: Volo.Abp.Guids
Assembly: Volo.Abp.Guids.dll
Syntax
public enum SequentialGuidType : int
Fields
| Name | Description |
|---|---|
| SequentialAsBinary | The GUID should be sequential when formatted using the |
| SequentialAsString | The GUID should be sequential when formatted using the |
| SequentialAtEnd | The sequential portion of the GUID should be located at the end of the Data4 block. Used by SqlServer. |