16 references to Batch
System.Data.Common (16)
System\Data\Common\AdapterUtil.Common.cs (5)
233case StatementType.Batch: 455case StatementType.Batch: 497case StatementType.Batch: 586case StatementType.Batch: 627case 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: