Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDataReader 类

 

RowCount 属性

UL Ext.: 返回游标中的行数。

语法
Visual Basic
Public Readonly Property RowCount As Integer
C#
public int RowCount { get;}
属性值

游标中的行数。

注释

RowCount 的一个用途是确定何时删除旧行以节省空间。可以使用 ULConnection.StopSynchronizationDelete 方法从 UltraLite 数据库中删除旧行,而不从统一数据库中删除旧行。

另请参见