Mimer Data Provider v9.2

MimerDataAdapter.Update Method (DataSet, String)

Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the DataSet with the specified table name.

[Visual Basic]
Overloads Public Function Update( _
   ByVal dataSet As DataSet, _
   ByVal srcTable As String _
) As Integer
[C#]
new public int Update(
   DataSet dataSet,
   string srcTable
);

Parameters

dataSet
The DataSet to use to make changes to the data source.
srcTable
The name of the source table to use for table mapping.

Return Value

The number of rows successfully modified.

See Also

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