8 references to HasErrors
System.Data.Common (8)
System\Data\DataTable.cs (6)
905
if (row.
HasErrors
)
1390
if (Rows[i].
HasErrors
)
2259
if (row.
HasErrors
)
3005
if (row.
HasErrors
)
3165
if (row.
HasErrors
)
3265
if (row.
HasErrors
)
System\Data\xmlsaver.cs (2)
2442
if ((row.
HasErrors
) && (row.RowError.Length > 0))
2781
if ((row.
HasErrors
) && (row.RowError.Length > 0))