UpdatedRowSource Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter.

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

Syntax

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

Implements

IDbCommand..::..UpdatedRowSource

See Also