Implemented interface member:
property
UpdatedRowSource
System.Data.IDbCommand.UpdatedRowSource
3 overrides of UpdatedRowSource
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
304
public override UpdateRowSource
UpdatedRowSource
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
365
public override UpdateRowSource
UpdatedRowSource
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
43
public override System.Data.UpdateRowSource
UpdatedRowSource
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
2 writes to UpdatedRowSource
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (1)
1471
command.
UpdatedRowSource
= UpdateRowSource.None; // no select or output parameters expected
System\Data\Common\DbDataSource.cs (1)
307
set => _wrappedCommand.
UpdatedRowSource
= value;
1 reference to UpdatedRowSource
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
306
get => _wrappedCommand.
UpdatedRowSource
;