EntityParameterCollection.Contains Method

 

Determines whether an Object is in this EntityParameterCollection.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodContains(Object)

Determines whether the specified Object is in this EntityParameterCollection .(Overrides DbParameterCollection.Contains(Object).)

System_CAPS_pubmethodContains(String)

Determines whether the specified EntityParameter is in this EntityParameterCollection .(Overrides DbParameterCollection.Contains(String).)


EntityParameterCollection.Contains Method (Object)

Determines whether the specified Object is in this EntityParameterCollection .

public override bool Contains(
	object value
)

Parameters

value
Type: System.Object

The Object value.

Return Value

Type: System.Boolean

true if the EntityParameterCollection contains the value; otherwise false.


EntityParameterCollection.Contains Method (String)

Determines whether the specified EntityParameter is in this EntityParameterCollection .

public override bool Contains(
	string parameterName
)

Parameters

parameterName
Type: System.String

The EntityParameter value.

Return Value

Type: System.Boolean

true if the EntityParameterCollection contains the value; otherwise false.