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

 

Update 方法

用当前列值(使用 set 方法指定)来更新当前行。

语法
Visual Basic
Public Sub Update()
C#
public void Update();
另请参见