Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataAdapter class

Update method Next Page

Update method


Updates the rows in the database with the changes made to the specified System.Data.DataRow array.

Syntax

Visual Basic

Overloads Public Function Update( _
ByVal dataRows As DataRow() _
) As Integer

C#

public int Update(
DataRow[] dataRows
);

Parameters
Return value

The number of rows successfully updated from the System.Data.DataRow array.

Remarks

For more information, see [external link] DbDataAdapter.Update.

Exceptions
See also