Deletes all rows in the table.
DeleteAllRows( )
Member of UltraLiteAFLib.ULTable
In some applications, it can be useful to delete all rows from tables before downloading a new set of data into the table.
You can delete rows from the UltraLite database without having them deleted from the consolidated database as well:
Use ULConnection.StopSynchronizationDelete .
Call Truncate instead of this method.