Table of Contents

Enum SchemaUpdateAction

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

Represents a schema update action.

public enum SchemaUpdateAction

Fields

Add = 0

Adding an object to the database.

Change = 1

Modifying an object in the database.

Delete = 2

Removing an object from the database.