Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
[Visual Basic] Property SourceColumn As String [C#] string SourceColumn {get; set;} [C++] String* get_SourceColumn() = 0;void set_SourceColumn(String*) = 0; [JScript] abstract function get SourceColumn() : String; public abstract function set SourceColumn(String);
The name of the source column mapped to the DataSet and used for loading or returning the Value.
IDataParameter Interface | IDataParameter Members | System.Data Namespace