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

 

Insert 方法

在集合中指定索引处插入 ULParameter。

语法
Visual Basic
Public Overrides Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
)
C#
public override void Insert(
   int index,
   object value
);
参数
  • index   集合内要插入参数位置处的索引(从零开始)。

  • value   要插入的 ULParameter 对象。

另请参见