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