9 references to BatchCommandInfo
System.Data (9)
fx\src\data\System\Data\Common\DbDataAdapter.cs (9)
833BatchCommandInfo[] batchCommands = new BatchCommandInfo[maxBatchCommands]; 1084batchCommands[i] = default(BatchCommandInfo); 1156private void UpdateBatchExecute(BatchCommandInfo[] batchCommands, int commandCount, RowUpdatedEventArgs rowUpdatedEvent) { 1180BatchCommandInfo batchCommand = batchCommands[bc]; 1350private int UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) { 1370private int UpdatedRowStatusContinue(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) { 1399private int UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) { 1442private int UpdatedRowStatusSkip(BatchCommandInfo[] batchCommands, int commandCount){