MySqlConnectionStringBuilder indexer
Retrieves an option value by name.
public override object this[string key] { get; set; }
parameter | description |
---|---|
key | The option name. |
Return Value
That option’s value, if set.
See Also
- class MySqlConnectionStringBuilder
- namespace MySqlConnector
- assembly MySqlConnector