Show / Hide Table of Contents

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 method. Used by Oracle.

SequentialAsString

The GUID should be sequential when formatted using the method. Used by MySql and PostgreSql.

SequentialAtEnd

The sequential portion of the GUID should be located at the end of the Data4 block. Used by SqlServer.

Extension Methods

AbpObjectExtensions.IsIn<SequentialGuidType>(SequentialGuidType[])
AbpObjectExtensions.If<SequentialGuidType>(Boolean, Func<SequentialGuidType, SequentialGuidType>)
AbpObjectExtensions.If<SequentialGuidType>(Boolean, Action<SequentialGuidType>)
Back to top Powered by Volosoft