AdsParameterCollection.Contains
Advantage .NET Data Provider
Indicates whether an AdsParameter with the specified parameter name exists in the collection.
public bool Contains( string parameterName );
Remarks
This returns True if the collection contains a parameter with the given name.