RemoveAt Method

Removes a parameter from the collection based on the parameter’s index or name.

Syntax 1

void RemoveAt( int index )

Syntax 2

void RemoveAt( string parameterName )

Parameters

Implements

  • Syntax 1 implements IList.RemoveAt.

  • Syntax 2 implements IDataParameterCollection.RemoveAt.