|
| MySQL Connector/Net |
| MySqlDataAdapter..::..Update Method (array<DataRow>[]()[][], DataTableMapping) |
| MySqlDataAdapter Class See Also Send Feedback |
|
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
protected override int Update( DataRow[] dataRows, DataTableMapping tableMapping ) |
| Visual Basic |
|---|
Protected Overrides Function Update ( _ dataRows As DataRow(), _ tableMapping As DataTableMapping _ ) As Integer |
| Visual C++ |
|---|
protected: virtual int Update( array<DataRow^>^ dataRows, DataTableMapping^ tableMapping ) override |
Parameters
- dataRows
- Type: array<System.Data..::..DataRow>[]()[][]
- tableMapping
- Type: System.Data.Common..::..DataTableMapping