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