Advanced.Data.Provider Documentation

AdpDataAdapter.Update Method (DataRow)

[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]
Overloads Public Function Update( _
   ByVal dataRow As DataRow _
) As Integer
[C#]
public int Update(
   DataRow dataRow
);

Parameters

dataRow
A DataRow object used to update the data source.

Return Value

The number of rows successfully updated from the DataSet.

See Also

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