EntityParameterCollection.Contains Method
Determines whether an Object is in this EntityParameterCollection.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Contains(Object) | Determines whether the specified Object is in this EntityParameterCollection .(Overrides DbParameterCollection.Contains(Object).) |
![]() | Contains(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 .
Parameters
- value
-
Type:
System.Object
The Object value.
Return Value
Type: System.Booleantrue if the EntityParameterCollection contains the value; otherwise false.
Implements
IList.Contains(Object)EntityParameterCollection.Contains Method (String)
Determines whether the specified EntityParameter is in this EntityParameterCollection .
Parameters
- parameterName
-
Type:
System.String
The EntityParameter value.
Return Value
Type: System.Booleantrue if the EntityParameterCollection contains the value; otherwise false.