Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取或设置该集合中位于给定索引位置的 DBParameter。
Public Property Item(ByVal index As Integer) As Object
public object this[int index] {get;set;}
index 要获取或设置的 DBParameter 的索引。
返回该集合中具有给定索引的 this 值。