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

SQL Anywhere 12.0.0 (中文) » UltraLite - .NET 编程 » 了解 UltraLite.NET 开发 » 使用 Table API 访问和操作数据

 

使用 UltraLite 模式

UltraLite 模式确定缓冲区中的值将用于何种用途。除缺省模式外,UltraLite 还具有以下四种操作模式。

  • 插入模式   调用 insert 方法时,将缓冲区中的数据作为新行添加到表中。

  • 更新模式   调用 update 方法时,缓冲区中的数据将替换当前行。

  • 查找模式   在调用某一种查找方法时,用于定位其值与缓冲区中的数据完全匹配的行。

  • 查寻模式   在调用某一种查寻方法时,用于定位其值与缓冲区中的数据匹配或大于缓冲区中的数据的行。