Implemented interface member:
property
SourceColumn
System.Data.IDataParameter.SourceColumn
2 overrides of SourceColumn
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterHelper.cs (1)
138
public override string
SourceColumn
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
368
public override string
SourceColumn
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
2 writes to SourceColumn
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
1145
p.
SourceColumn
= sourceColumn;
1197
p.
SourceColumn
= sourceColumn;