2 writes to UpdatedRowSource
System.Data (2)
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
938batchCommands[0].UpdatedRowSource = dataCommand.UpdatedRowSource; 957batchCommands[commandCount].UpdatedRowSource = dataCommand.UpdatedRowSource;
1 reference to UpdatedRowSource
System.Data (1)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1206&& (0 != (UpdateRowSource.OutputParameters & batchCommand.UpdatedRowSource)) && (0 != rowAffected)) // MDAC 71174