Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在集合中指定索引处插入 SAParameter 对象。
Public Overrides Sub Insert( ByVal index As Integer, ByVal value As Object )
public override void Insert(int index, object value)
index 集合内要插入参数的索引(从零开始)。
value 要添加到集合中的 SAParameter 对象。