Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 .NET 编写同步脚本 » 用于 .NET 参考的 MobiLink 服务器 API » DBParameterCollection 类

 

Insert( int index, object value ) 方法

语法
void Insert( int index, object value )
注释

将给定的 iAnywhere.MobiLink.Script.DBParameter 插入到该集合中指定的索引位置。

参数
  • value   要插入的 iAnywhere.MobiLink.Script.DBParameter。

  • index   插入 DBParameter 的索引。