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 named System.Data.DataTable of the specified System.Data.DataSet.

Syntax

Visual Basic

Overloads Public Function Update( _
ByVal dataSet As DataSet, _
ByVal srcTable As String _
) As Integer

C#

public int Update(
DataSet dataSet,
string srcTable
);

Parameters
Return value

The number of rows successfully updated from the System.Data.DataSet.

Remarks

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

Exceptions
See also