Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs.
[Visual Basic] Public ReadOnly Property HasErrors As Boolean [C#] public bool HasErrors {get;} [C++] public: __property bool get_HasErrors(); [JScript] public function get HasErrors() : Boolean;
true if errors exist, otherwise, false.
DataTable Class | DataTable Members | System.Data Namespace | GetErrors