DataPlace
DPActionStatus Enumeration
CSCS.DataPlace.CommonDPActionStatus
Contains constants that represent the status of schema changes (e.g. to a table or column) and other requests against a database.
Declaration Syntax
C#
public enum DPActionStatus
Members
MemberDescription
Complete
Indicates a requested action is complete.

Design
Indicates that an item is being created or modified.

Processing
Indicates that a requested action is being processed.

Pending
Indicates that a requested action is pending.

Error
Indicates that an error occurred while performing an action.

Unknown
Indicates an unknown status.

Approved
Indicates that a request was approved.

Denied
Indicates that a request was denied.

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