Enum ModificationType
Specifies the types of modifications that can be performed on a database model definition.
Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
Assembly: Umbraco.Infrastructure.dll
Syntax
public enum ModificationType
Fields
| Name | Description |
|---|---|
| Alter | |
| Create | |
| Delete | |
| Drop | |
| Insert | |
| Rename | |
| Update |