Contains constants that represent requests for database schema changes (e.g. to a table or column).
| C# |
public enum DPAction
| Member | Description |
|---|---|
| Add |
Specifies an Add action.
|
| Drop |
Specifies a Drop action.
|
| Alter |
Specifies an Alter action.
|
| Synchronize |
Specifies a Synchronize action, which repairs the schema based on that of the server database.
|
| Unknown |
Specifies an unknown action.
|