Removes a parameter from the collection based on the parameter’s index or name.
void RemoveAt( int index )
void RemoveAt( string parameterName )
index: The zero-based index of the parameter to remove.
parameterName: The name of the AseParameter object to remove.
Syntax 1 implements IList.RemoveAt.
Syntax 2 implements IDataParameterCollection.RemoveAt.