6 writes to Errors
System.Data (6)
fx\src\data\System\Data\Common\DbDataAdapter.cs (6)
995
batchCommands[i].
Errors
= null;
1032
batchCommands[0].
Errors
= null;
1065
batchCommands[i].
Errors
= null;
1131
batchCommands[i].
Errors
= null;
1186
if (GetBatchedRecordsAffected(batchCommand.CommandIdentifier, out rowAffected, out batchCommands[bc].
Errors
)) {
1198
batchCommands[bc].
Errors
= ADP.UpdateConcurrencyViolation(batchCommands[bc].StatementType, 0, 1, new DataRow[] { rowUpdatedEvent.Rows[bc] });
4 references to Errors
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (4)
1190
if ((null == batchCommands[bc].
Errors
) && batchCommands[bc].RecordsAffected.HasValue) {
1386
if ((null == batchCommands[i].
Errors
) && batchCommands[i].RecordsAffected.HasValue && (0 != batchCommands[i].RecordsAffected.Value)) {
1416
if (null != batchCommands[i].
Errors
) { // will exist if 0 == RecordsAffected
1417
string rowMsg = batchCommands[i].
Errors
.Message;