Gets or sets the DBParameter at the given index in the collection.
Public Property Item(ByVal index As Integer) As Object
public object this[int index] {get;set;}
index The index of the DBParameter to get or set.
This with the given index in the collection.