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.2.2.0
Syntax
C# |
---|
public override string SourceColumn { get; set; } |
Visual Basic (Declaration) |
---|
Public Overrides Property SourceColumn As String |
Visual C++ |
---|
public: virtual property String^ SourceColumn { String^ get () override; void set (String^ value) override; } |
Implements
IDataParameter..::.SourceColumnIDataParameter..::.SourceColumn