Advanced.Data.Provider Documentation

AdpDataAdapter.Update Method (DataSet)

[This is preliminary documentation and subject to change.]

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

[Visual Basic]
NotOverridable Overloads Public Function Update( _
   ByVal dataSet As DataSet _
) As Integer Implements _
   IDataAdapter.Update
[C#]
public int Update(
   DataSet dataSet
);

Parameters

dataSet
The DataSet used to update the data source.

Return Value

The number of rows successfully updated from the DataSet.

Implements

IDataAdapter.Update

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace | AdpDataAdapter.Update Overload List