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