Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 返回游标中的行数。
Public ReadOnly Property RowCount As Integer
public int RowCount {get;}
ULException 类 发生 SQL 错误。
游标中的行数。
RowCount 的一个用途是确定何时删除旧行以节省空间。可以使用 ULConnection.StopSynchronizationDelete 方法从 UltraLite 数据库中删除旧行,而不从统一数据库中删除旧行。