UL Ext.: Returns the number of rows in the cursor.
Visual Basic Public Readonly Property RowCount As Integer
C# public int RowCount { get;}
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |