Table of Contents

Enum ObjectType

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

Specifies the object type.

public enum ObjectType

Fields

CheckConstraint = 4

CheckConstraint.

Column = 1

Column.

Command = 8

Command.

ForeignKey = 3

ForeignKey.

Index = 5

Index.

PrimaryKey = 2

PrimaryKey.

SchemaName = 9

Schema name.

SchemaVersion = 7

Schema version.

Table = 0

Table.

TenantMigrationInterceptor = 10

Tenant migration interceptor.

View = 6

View.