在集合中指定索引处插入 SAParameter 对象。
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 要添加到集合中的 SAParameter 对象。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |