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

 

Insert 方法

插入含当前列值(使用 set 方法来指定)的新行。

在每次插入之前必须先调用 ULTable.InsertBegin。

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