UpdatedRowSource Property

MySQL Connector/Net

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.2.2.0

Syntax

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

Implements

IDbCommand..::.UpdatedRowSource

See Also