Contents Index ULTable class Find method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULTable class

DeleteAllRows method


Prototype 

ul_ret_void DeleteAllRows( )

Description 

The function 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::StartSynchronizationDelete method.

See also 

StartSynchronizationDelete method

StopSynchronizationDelete method


Contents Index ULTable class Find method pdf/preface.pdf