Share via


EntityParameterCollection.Contains Method

Definition

Overloads

Contains(String)

Determines whether the specified EntityParameter is in this EntityParameterCollection .

Contains(Object)

Determines whether the specified Object is in this EntityParameterCollection .

Contains(String)

Determines whether the specified EntityParameter is in this EntityParameterCollection .

public override bool Contains (string parameterName);
override this.Contains : string -> bool
Public Overrides Function Contains (parameterName As String) As Boolean

Parameters

parameterName
String

The EntityParameter value.

Returns

true if the EntityParameterCollection contains the value; otherwise false.

Applies to

Contains(Object)

Determines whether the specified Object is in this EntityParameterCollection .

public override bool Contains (object value);
override this.Contains : obj -> bool
Public Overrides Function Contains (value As Object) As Boolean

Parameters

value
Object

The Object value.

Returns

true if the EntityParameterCollection contains the value; otherwise false.

Applies to