







![]() ![]() |
MySQL Connector/Net |
MySqlParameter..::..SourceColumn Property |
MySqlParameter Class See Also Send Feedback |
![]() |
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..::..SourceColumnIDataParameter..::..SourceColumn