ComponentOne DataObjects for .NET
ClearErrors Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : ClearErrors Method
Clears the errors for the row, including the RowError and errors set with SetFieldError(Int32,String).
Syntax
'Declaration
 
Public Sub ClearErrors() 
public void ClearErrors()
Remarks
See HasErrors for details.
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class