Remove(Object) Method

Syntax:

public void Remove(Object value)

Description:

Removes the specified parameter from the parameter collection.

Parameters:

value

Type: System.Object

The parameter to be removed.

Return Value:

None. No indication is given whether a parameter was removed or not.

Reference:

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