8 references to HasErrors
System.Data (8)
fx\src\data\System\Data\DataTable.cs (6)
810if (row.HasErrors) { 1295if (Rows[i].HasErrors) { 2088if (row.HasErrors) { 2762if (row.HasErrors) { 2891if (row.HasErrors) { 2978if (row.HasErrors) {
fx\src\data\System\Data\xmlsaver.cs (2)
2108if ((row.HasErrors) && (row.RowError.Length > 0)) { 2405if ((row.HasErrors) && (row.RowError.Length > 0))