MySqlParameterCollection.Contains Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlParameterCollectionContains Method |
Gets a value indicating whether a MySqlParameter exists in the collection.
| Name | Description | |
|---|---|---|
|
|
Contains(Object) |
Gets a value indicating whether a MySqlParameter exists in the collection.
(Overrides DbParameterCollectionContains(Object).) |
|
|
Contains(String) |
Gets a value indicating whether a MySqlParameter with the specified parameter name exists in the collection.
(Overrides DbParameterCollectionContains(String).) |