AdsParameterCollection.RemoveAt( string )

Advantage .NET Data Provider

  Previous topic Next topic  

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.