Contents Index Lookup method LookupBackward method pdf/preface.pdf

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

GetRowCount method


Prototype 

ul_ul_long GetRowCount( )

Description 

The function returns the number of rows in the table.

One use for the function is to decide when to delete old rows to save space. Old rows can be deleted from the UltraLite database without being deleted from the consolidated database using the ULConnection::StartSynchronizationDelete method.

Returns 

The number of rows in the table.

See also 

StartSynchronizationDelete method

StopSynchronizationDelete method


Contents Index Lookup method LookupBackward method pdf/preface.pdf