2 implementations of UpdatedRowSource
System.Data (2)
fx\src\data\System\Data\Common\DBCommand.cs (1)
153
abstract public UpdateRowSource
UpdatedRowSource
{
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
326
override 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)
938
batchCommands[0].UpdatedRowSource = dataCommand.
UpdatedRowSource
;
949
if (0 == (UpdateRowSource.FirstReturnedRecord & dataCommand.
UpdatedRowSource
)) {
957
batchCommands[commandCount].UpdatedRowSource = dataCommand.
UpdatedRowSource
;
1272
UpdateRowSource updatedRowSource = dataCommand.
UpdatedRowSource
;