EntityParameterCollection.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified object is in this EntityParameterCollection.
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(System::String ^ parameterName);
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(System::Object ^ value);
public override bool Contains (object value);
override this.Contains : obj -> bool
Public Overrides Function Contains (value As Object) As Boolean
Parameters
Returns
true
if the EntityParameterCollection contains the value; otherwise false
.