Parameters.Remove(String) Method

Definition

Removes a parameter object from the parameters collection.

public:
 abstract bool Remove(System::String ^ parameterName);
public abstract bool Remove (string parameterName);
abstract member Remove : string -> bool
Public MustOverride Function Remove (parameterName As String) As Boolean

Parameters

parameterName
String

The name of the parameter.

Returns

true if a parameter was removed; otherwise, false.

Applies to