MySqlConnectionStringBuilder.ContainsKey method
Whether this MySqlConnectionStringBuilder
contains a set option with the specified name.
public override bool ContainsKey(string keyword)
parameter | description |
---|---|
keyword | The option name. |
Return Value
true
if an option with that name is set; otherwise, false
.
See Also
- class MySqlConnectionStringBuilder
- namespace MySqlConnector
- assembly MySqlConnector