MySqlCommand.UpdatedRowSource Property

MySQL Connector/Net

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

Property Value

Type: UpdateRowSource

Implements

IDbCommandUpdatedRowSource
See Also