Parameters.Contains(String) Method

Definition

Determines whether a parameter object with the specified name is contained in the parameters collection.

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

Parameters

parameterName
String

The name of the parameter.

Returns

true if a parameter object with the specified name is contained in the parameters collection; otherwise, false.

Applies to