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