Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定在调用 Update 方法来向数据库中添加与 DataSet 中插入的行对应的行时对数据库执行的 SACommand。
Public Shadows Property InsertCommand As SACommand
public new SACommand InsertCommand {get;set;}
SACommandBuilder 不需要键列便可生成 InsertCommand。
将 InsertCommand 指派给现有 SACommand 对象时,不会复制 SACommand。InsertCommand 会保留对现有 SACommand 的引用。
如果此命令返回行,这些行可能会添加到 DataSet 中,具体视 SACommand 对象 UpdatedRowSource 属性的设置而定。