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
dataRows As
DataRow() _
) As
Integer Parameters
- dataRows
- An array of DataRow objects 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