| C1.Data.2 Assembly > C1.Data Namespace : RowEventStatusEnum Enumeration |
'Declaration Public Enum RowEventStatusEnum Inherits System.Enum
public enum RowEventStatusEnum : System.Enum
| Member | Description |
|---|---|
| Continue | Successful operation. |
| ErrorsOccured | Operation failed due to an exception (error) condition that occurred while performing the operation. |
| SkipAllRemainingRows | If this status value is set in event code, operation must be considered failed and aborted. |
| SkipCurrentRow | If this status value is set in event code, operation must be skipped and considered successful. |
System.Object
System.ValueType
System.Enum
C1.Data.RowEventStatusEnum