IDataParameter::SourceColumn Property
.NET Framework (current version)
Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.
Assembly: System.Data (in System.Data.dll)
The link betwen the value of the IDataParameter and the DataTable may be bidirectional depending on the value of the Direction property.
The following example creates an instance of the implementing class, SqlParameter, and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: