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 类

 

InsertBegin 方法

通过将所有当前列值设置为其缺省值来准备在此表中插入新行。

语法
Visual Basic
Public Sub InsertBegin()
C#
public void InsertBegin();
注释

调用相应的 SetType 或 AppendType 方法,以指定要插入的非缺省值。

在执行 Insert 方法之前,行并未真正插入,行中的数据也并未真正更改;此更改在提交之前不是永久更改。

另请参见