| Name | Description |
| BinaryAsGuid | Determines whether the provider should treat BINARY(16) columns as guid. |
| BinaryUuidOrder | Enables processing UUID using binary MySQL UUID order of bytes when converting binary(16) to System.Guid. |
| CharAsGuid | Determines whether the provider should treat CHAR(36) columns as guid. |
| Charset | Gets or sets charset that will be used on the client side. |
| ClientInteractive | Determines the inactivity timeout before the server breaks the connection. |
| Compress | Gets or sets a value indicating whether to enable transferred data compression. |
| ConnectionLifetime | Gets or sets time span in seconds for connection to live. |
| ConnectionString | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
| ConnectionTimeout | Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
| Count | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
| Database | Gets or sets the name of the database to be used once a connection is open. |
| DefaultAuthPlugin | Gets or set the name of the authentication plugin to be used. |
| DefaultCommandTimeout | Gets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error. |
| DefaultFetchAll | Determines the default value of the MySqlCommand.FetchAll property of MySqlCommand instances, created via the MySqlConnection.CreateCommand method. If the FetchAll mode is enabled, MySqlDataReader object retrieves all the querried data from the server on execution. |
| Direct | Gets or sets a value indicating whether the MySQL client library (libmysql.dll) will be used. |
| DisableCharsetSending | Enables or disables explicit charset resetting for the session taken from a pool. |
| Embedded | Specifies what server will be used to connect - MySQL server or Embedded MySQL server. |
| Enlist | Gets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context. |
| FoundRows | Specifies whether the provider will return the number of rows matched by the WHERE condition of the UPDATE statement instead of the rows actually changed as the number of changed rows. |
| Host | Gets or sets name or IP address of host of MySQL database to which to connect. |
| HttpBase64 | Specifies whether to encode data to MIME base64 format before sending them with the POST Request. |
| HttpContentLength | Gets or sets the Content-Length HTTP header parameter. This is the size of message body in bytes for both client and server. |
| HttpHost | Gets or sets the host name or IP address of HTTP tunnel server. |
| HttpKeepAlive | Gets or sets the timeout in seconds to send Keep-Alive HTTP packets. |
| HttpMaxConnectionAge | Gets or sets the maximum connection age in seconds after which the tunnel will be closed. |
| HttpPassword | Gets or sets the password for HTTP authorization. |
| HttpPort | Gets or sets the port number of HTTP tunnel server. |
| HttpStrictContentLength | Gets or sets a value indicating whether data padding is enabled when message size is smaller than Devart.Common.HttpOptions.ContentLength. |
| HttpUrl | Gets or sets url of the tunneling PHP script. For example, if the script is in the server root, the url can be the following: http://localhost/tunnel.php. |
| HttpUser | Gets or sets the user name for HTTP authorization. |
| IgnoreFractionalSeconds | Specifies whether the provider will ignore fractional parts of seconds in TIME, DATETIME, and TIMESTAMP values. |
| IgnorePrepare | Specifies whether the provider must ignore all MySqlCommand.Prepare calls. |
| InitializationCommand | Specifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder) |
| IsFixedSize | Overridden. Returns true. |
| IsReadOnly | (Inherited from System.Data.Common.DbConnectionStringBuilder) |
| Item | Overridden. Returns the value of given key. |
| KeepAlive | Specifies whether to send TCP keep-alive packets and the interval at which they are sent in seconds. Default value is 0, which means that the packets are not sent. |
| Keys | Overridden. Collection of keys in the MySqlConnectionStringBuilder. |
| MaxPoolSize | The maximum number of connections allowed in the pool. |
| MinPoolSize | The minimum number of connections allowed in the pool. |
| Password | Gets or sets the user's password to connect. |
| PersistSecurityInfo | Gets or sets a value indicating whether password is stored in connection string after connection is opened. |
| PingInterval | Gets or sets the interval (in seconds) between pinging MySQL server and reopening the connection if required. |
| PipeName | Gets or sets the name of the pipe to use when connecting via a named pipe. |
| PluginDir | Gets or sets the directory, where the plugin is located. |
| Pooling | Gets or sets pooling mode. |
| Port | Gets or sets port of MySQL server to which to connect. |
| Protocol | Gets or sets a MySqlProtocol of the MySqlConnectionStringBuilder. |
| ProxyHost | Gets or sets the host name or IP address of the proxy server to which to connect. |
| ProxyPassword | Gets or sets the password for the proxy server account. |
| ProxyPort | Gets or sets the port number of the proxy server. |
| ProxyUser | Gets or sets the proxy server account name. |
| RunOnceCommand | Specifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool. (Inherited from Devart.Common.DbConnectionStringBuilder) |
| ServerParameters | Gets or sets parameters for launching MySQL embedded server. |
| SqlModes | Gets or sets the value of MySQL sql_mode system variable to be set for the session. |
| SshAuthenticationType | Gets or sets the client authentication method. |
| SshCipherList | List of ciphers that client agrees to use. |
| SshHost | Gets or sets name or ip address of SSH server. |
| SshHostKey | Gets or sets the location of the public key on the client side to verify the server host key during establishing connection. |
| SshPassphrase | Gets or sets the client key passphrase. |
| SshPassword | Gets or sets user password on SSH server. |
| SshPort | Gets ot sets number of port on SSH server to connect. |
| SshPrivateKey | Gets or sets the location of the client private key. |
| SshStrictHostKeyChecking | Indicates whether the host key is verified during establishing connection. |
| SshUser | Gets or sets user id on SSH server. |
| SslCACert | Gets or sets location of authority certificate. |
| SslCert | Gets or sets location of client certificate. |
| SslCipherList | Gets or sets list of ciphers that client agrees to use. |
| SslKey | Gets or sets location of user's private key. |
| SslTlsProtocol | Determines the preferred TLS protocol version reported to a server when establishing a secure connection. |
| TinyAsBoolean | The provider should treat TINYINT(1) columns as boolean. |
| TransactionScopeLocal | Enables support for non-distributed transactions in the TransactionScope implementation. |
| Unicode | Gets or sets a value indicating whether the UTF8 charset will be used. |
| UserId | Gets or sets the name of the user to connect. |
| ValidateConnection | Indicates whether to validate connections that are being taken from the pool. |
| Values | Overridden. Collection of values in the MySqlConnectionStringBuilder. |