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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |