2 writes to _updatedRowSource
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
1114batchCommands[0]._updatedRowSource = dataCommand.UpdatedRowSource; 1137batchCommands[commandCount]._updatedRowSource = dataCommand.UpdatedRowSource;
1 reference to _updatedRowSource
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
1424&& (0 != (UpdateRowSource.OutputParameters & batchCommand._updatedRowSource)) && (0 != rowAffected))