MySQL Connector/Net
MySqlParameterCollectionContains Method (String) |
Gets a value indicating whether a MySqlParameter with the specified parameter name exists in the collection.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override bool Contains( string parameterName )
Public Overrides Function Contains ( parameterName As String ) As Boolean
public: virtual bool Contains( String^ parameterName ) override
abstract Contains : parameterName : string -> bool override Contains : parameterName : string -> bool
Parameters
- parameterName
- Type: SystemString
The name of the MySqlParameter object to find.
Return Value
Type: Booleantrue if the collection contains the parameter; otherwise, false.
Implements
IDataParameterCollectionContains(String)