Removes the parameter with the specified name from the collection.
Visual Basic
Overloads NotOverridable Public Sub RemoveAt( _
ByVal parameterName As String _
) _
Implements IDataParameterCollection.RemoveAt
C#
public void RemoveAt(
string parameterName
);
parameterName The name of the parameter to retrieve.
System.IndexOutOfRangeException - There is no parameter with the specified name.
IDataParameterCollection.RemoveAt