MySqlParameter.SourceColumn Property

MySQL Connector/Net

MySqlParameterSourceColumn Property
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.9.9
Syntax
public override string SourceColumn { get; set; }
Public Overrides Property SourceColumn As String
	Get
	Set
public:
virtual property String^ SourceColumn {
	String^ get () override;
	void set (String^ value) override;
}
abstract SourceColumn : string with get, set
override SourceColumn : string with get, set

Property Value

Type: String

Implements

IDataParameterSourceColumn
IDataParameterSourceColumn
See Also