Mimer Data Provider v9.2

MimerDataAdapter.Update Method (DataTable)

Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the DataTable.

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

Parameters

dataTable
The DataTable used to update the data source.

Return Value

The number of rows successfully modified.

See Also

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