dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / ContainsKey Method
Key to search for.

In This Topic
    ContainsKey Method (MySqlConnectionStringBuilder)
    In This Topic
    Indicates whether specified key is set in the MySqlConnectionStringBuilder object.
    Syntax
    'Declaration
     
    Public Overrides Function ContainsKey( _
       ByVal keyword As String _
    ) As Boolean
    public override bool ContainsKey( 
       string keyword
    )

    Parameters

    keyword
    Key to search for.

    Return Value

    true, if the value of the specified key differs from default; otherwise, false.
    See Also