SqlCeParameterCollection.Contains Method
Include Protected Members
Include Inherited Members
Indicates whether a SqlCeParameter exists in the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Contains(Object) | Gets a value indicating whether or not a SqlCeParameter object exists in the collection. (Overrides DbParameterCollection.Contains(Object).) | |
Contains(String) | Gets a value indicating whether a SqlCeParameter with the specified parameter name exists in the collection. (Overrides DbParameterCollection.Contains(String).) |
Top