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 - M-Business Anywhere 编程 » 了解 UltraLite for M-Business Anywhere 开发 » 使用 Table API 处理数据

 

访问当前行中的值

任何时候,ULTable 对象都位于以下位置之一。

  • 在表的第一行之前。

  • 在表的某一行上。

  • 在表的最后一行之后。

如果 ULTable 对象放置在行上,您可以使用 ULTable get 方法之一获取当前行每一列的值。

 示例