Contains Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating whether a MySqlParameter exists in the collection.

Overload List

  Name Description
Public method Contains(Object)
Gets a value indicating whether a MySqlParameter exists in the collection.
(Overrides DbParameterCollection..::..Contains(Object).)
Public method Contains(String)
Gets a value indicating whether a MySqlParameter with the specified parameter name exists in the collection.
(Overrides DbParameterCollection..::..Contains(String).)

See Also