AdsParameterCollection.Item ( string )
Advantage .NET Data Provider
Gets the AdsParameter with the specified name. In C#, this is the indexer for the collection.
public AdsParameter this[ string parameterName ] {get; set;}