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 参考 » ULTable 类

 

DeleteAllRows 方法

删除表中的所有行。

语法
Visual Basic
Public Sub DeleteAllRows()
C#
public void DeleteAllRows();
注释

在某些应用程序中,它可用于在将一组新数据下载到表中之前删除表中的所有行。使用 ULConnection.StopSynchronizationDelete 可以将行从 UltraLite 数据库删除,但不从统一数据库删除。

另请参见