Mimer Data Provider v9.2

MimerDataAdapter.Update Method (DataRow[])

Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the array of DataRow objects.

[Visual Basic]
Overloads Public Function Update( _
   ByVal dataRows As DataRow() _
) As Integer
[C#]
new public int Update(
   DataRow[] dataRows
);

Parameters

dataRows
An array of DataRow objects used to update the current data source.

Return Value

The number of rows successfully modified.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace | MimerDataAdapter.Update Overload List