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 » ULTable class

Schema property Next Page

DeleteAllRows method


Deletes all rows in the table.

Syntax

Visual Basic

Public Sub DeleteAllRows()

C#

public void DeleteAllRows();

Remarks

In some applications, it can be useful to delete all rows from a table before downloading a new set of data into the table. Rows can be deleted from the UltraLite database without being deleted from the consolidated database using ULConnection.StopSynchronizationDelete.

Exceptions
See also