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

SAP Sybase SQL Anywhere 16.0 (中文) » UltraLite - .NET 编程 » UltraLite.NET 应用程序开发

 

使用 ULTable 类创建和修改数据

UltraLite 应用程序可以使用 SQL 语句或通过使用 ULTable 类访问表数据。本节介绍如何使用 ULTable 类访问数据。

本节讲解如何使用 Table API 执行以下任务:

  • 滚动浏览表中的行。

  • 访问当前行中的值。

  • 使用查找和查寻方法来查找表中的行。

  • 插入、删除和更新行。

 另请参见

行导航
UltraLite 模式
插入行
行更新
行搜索
行检索
行删除