13 references to Batch
System.Data (13)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
1121
case StatementType.
Batch
:
1306
case StatementType.
Batch
:
fx\src\data\System\Data\Common\DbDataAdapter.cs (8)
988
rowUpdatedEvent = CreateRowUpdatedEvent(dataRow, dataCommand, StatementType.
Batch
, tableMapping);
1014
ConnectionState state = UpdateConnectionOpen(connection, StatementType.
Batch
, connections, connectionStates, useSelectConnectionState);
1022
rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(StatementType.
Batch
, false, state);
1096
ConnectionState state = UpdateConnectionOpen(connection, StatementType.
Batch
, connections, connectionStates, useSelectConnectionState);
1111
rowUpdatedEvent.Errors = ADP.UpdateOpenConnectionRequired(StatementType.
Batch
, false, state);
1230
rowUpdatedEvent.Errors = ADP.UpdateConcurrencyViolation(StatementType.
Batch
, commandCount - rowsInError.Length, commandCount, rowsInError); // MDAC 55735
1490
throw ADP.UpdateConnectionRequired(StatementType.
Batch
, false);
1519
case StatementType.
Batch
:
fx\src\data\System\Data\Common\RowUpdatedEventArgs.cs (2)
38
case StatementType.
Batch
:
120
_statementType = StatementType.
Batch
;
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (1)
36
case StatementType.
Batch
: