ComponentOne DataObjects for .NET
RowEventStatusEnum Enumeration

C1.Data.2 Assembly > C1.Data Namespace : RowEventStatusEnum Enumeration
Indicates status before and after an operation on a data row, e.g., committing (updating) the row to the database.
Syntax
'Declaration
 
Public Enum RowEventStatusEnum 
   Inherits System.Enum
public enum RowEventStatusEnum : System.Enum 
Members
MemberDescription
ContinueSuccessful operation.
ErrorsOccuredOperation failed due to an exception (error) condition that occurred while performing the operation.
SkipAllRemainingRowsIf this status value is set in event code, operation must be considered failed and aborted.
SkipCurrentRowIf this status value is set in event code, operation must be skipped and considered successful.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Data.RowEventStatusEnum

See Also

Reference

C1.Data Namespace