Update Method (DataRow[], DataTableMapping)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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

See Also