DataPlace
DPAction Enumeration
CSCS.DataPlace.CommonDPAction
Contains constants that represent requests for database schema changes (e.g. to a table or column).
Declaration Syntax
C#
public enum DPAction
Members
MemberDescription
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.

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817