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 开发 » 使用 Table API 访问和操作数据

 

删除行

删除行的步骤比插入或更新行的步骤更简单。没有与插入或更新模式对应的删除模式。

以下过程删除一行。

♦  删除一行
  1. 移到想要删除的行。

  2. 执行 Table.Delete 方法。

    t.Delete();