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