UL Ext: Returns the number of rows in the cursor.
Public ReadOnly Property RowCount As Integer
public int RowCount {get;}
ULException class A SQL error occurred.
The number of rows in the cursor.
One use for RowCount 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.StopSynchronizationDelete method.