SourceColumn Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public override string SourceColumn { get; set; }
Visual Basic
Public Overrides Property SourceColumn As String
	Get
	Set
Visual C++
public:
virtual property String^ SourceColumn {
	String^ get () override;
	void set (String^ value) override;
}

Implements

IDataParameter..::..SourceColumn
IDataParameter..::..SourceColumn

See Also