Enum SchemaUpdateAction
- Namespace
- GroupeIsa.Neos.Migration.Comparison
- Assembly
- GroupeIsa.Neos.Migration.Abstractions.dll
Represents a schema update action.
public enum SchemaUpdateAction
Fields
Add = 0Adding an object to the database.
Change = 1Modifying an object in the database.
Delete = 2Removing an object from the database.