LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.ContainsKey method

Whether this MySqlConnectionStringBuilder contains a set option with the specified name.

public override bool ContainsKey(string keyword)
parameterdescription
keywordThe option name.

Return Value

true if an option with that name is set; otherwise, false.

See Also