Table of Contents

Enum ColumnType

Namespace
GroupeIsa.Neos.Migration.Schema
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Column type.

[SuppressMessage("Naming", "CA1720:Identifier contains type name", Justification = "Column type of database")]
public enum ColumnType

Fields

AutoIncrementedInt32 = 6

Auto incremented Int32.

Binary = 12

Binary.

Boolean = 0

Boolean.

Date = 1

Date.

DateTime = 2

Date time.

Decimal = 3

Decimal.

Guid = 4

Unique identifier.

Int32 = 5

Int32.

Int64 = 9

Int64.

Json = 10

Json.

NonUnicodeString = 8

Non-Unicode string.

SqlServerRowVersion = 11

RowVersion for SqlServer only. For internal use only.

UnicodeString = 7

Unicode string.