MissActionType

Defines the type of action to execute when the configuration missed the desired.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Enum
Enumeration fields
Create The element needs to be created.
Drop The element needs to be dropped.
DropAndCreate The element needs to be dropped and re-created.
Modify The element needs to be modified.