ComponentOne DataObjects for .NET
HasErrors Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : HasErrors Property
Gets a value indicating whether there are errors in any of the rows of this data table.
Syntax
'Declaration
 
Public ReadOnly Property HasErrors As System.Boolean
public System.bool HasErrors {get;}
Remarks
To get all errors, use the GetErrors method.
See Also

Reference

C1DataTable Class
C1DataTable Members