|
| MySQL Connector/Net |
| MySqlCommand..::..UpdatedRowSource Property |
| MySqlCommand Class See Also Send Feedback |
|
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; } |