RemoveAt(string) Method

Syntax:

public void RemoveAt(string parameterName)

Description:

Removes the parameter at the specified index from the parameter collection.

Parameters:

parameterName

Type: System.String

The name of the parameter to be removed.

Return Value:

None. No information is returned if a parameter of the specified name existed or not.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameterCollection.RemoveAt