AdsParameterCollection.RemoveAt( string )
Advantage .NET Data Provider
Removes the specified AdsParameter from the collection using the parameter name.
public void RemoveAt( string parameterName );
Remarks
If the parameter is not found, this throws an ArgumentOutOfRangeException.