NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataTable.HasErrors

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;

Property Value

true if errors exist, otherwise, false.

See Also

DataTable Class | DataTable Members | System.Data Namespace | GetErrors