16 references to Batch
System.Data.Common (16)
System\Data\Common\AdapterUtil.Common.cs (5)
233
case StatementType.
Batch
:
455
case StatementType.
Batch
:
497
case StatementType.
Batch
:
586
case StatementType.
Batch
:
627
case StatementType.
Batch
:
System\Data\Common\DbDataAdapter.cs (8)
1170
rowUpdatedEvent = CreateRowUpdatedEvent(dataRow, dataCommand, StatementType.
Batch
, tableMapping);
1202
ConnectionState state = UpdateConnectionOpen(connection, StatementType.
Batch
, connections, connectionStates, useSelectConnectionState);
1212
rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(StatementType.
Batch
, false, state);
1298
ConnectionState state = UpdateConnectionOpen(connection, StatementType.
Batch
, connections, connectionStates, useSelectConnectionState);
1316
rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(StatementType.
Batch
, false, state);
1453
rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(StatementType.
Batch
, commandCount - rowsInError.Length, commandCount, rowsInError);
1764
throw ADP.UpdateConnectionRequired(StatementType.
Batch
, false);
1799
case StatementType.
Batch
:
System\Data\Common\RowUpdatedEventArgs.cs (2)
31
case StatementType.
Batch
:
135
_statementType = StatementType.
Batch
;
System\Data\Common\RowUpdatingEventArgs.cs (1)
27
case StatementType.
Batch
: