Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将给定的 DBParameter 插入到该集合中指定的索引位置。
Public Sub Insert(ByVal index As Integer, ByVal value As Object)
public void Insert(int index, object value)
value 要插入的 DBParameter 对象。
index 插入 value 的索引。