2 implementations of UpdatedRowSource
System.Data (2)
fx\src\data\System\Data\Common\DBCommand.cs (1)
153abstract public UpdateRowSource UpdatedRowSource {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
326override public UpdateRowSource UpdatedRowSource { // V1.2.3300, XXXCommand V1.0.5000
4 references to UpdatedRowSource
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (4)
938batchCommands[0].UpdatedRowSource = dataCommand.UpdatedRowSource; 949if (0 == (UpdateRowSource.FirstReturnedRecord & dataCommand.UpdatedRowSource)) { 957batchCommands[commandCount].UpdatedRowSource = dataCommand.UpdatedRowSource; 1272UpdateRowSource updatedRowSource = dataCommand.UpdatedRowSource;