| C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : HasErrors Property |
'Declaration Public ReadOnly Property HasErrors As System.Boolean
public System.bool HasErrors {get;}
Also, an error can be assigned to a whole row using the RowError property. Update errors occurring in specific rows set the RowError property for rows with errors.
Use SetFieldError(Int32,String) to set an error on a field, and RowError property to set an error for the whole row.
Use the GetFieldError(Int32) and GetFieldsInError methods to return field errors.
Use the RowError property to return error information for the whole row.
The ClearErrors method clears all errors for the row.