Contents Index Delete method FindBegin method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULTable class

DeleteAllRows method


Prototype 

DeleteAllRows( )
Member of UltraLiteAFLib.ULTable

Description 

Deletes all rows in the table.

In some applications, it can be useful to delete all rows from tables 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 the ULConnection.StopSynchronizationDelete method or calling Truncate instead of DeleteAllRows.


Contents Index Delete method FindBegin method