Name | Description | |
---|---|---|
![]() | BackslashEscapesMode | Manages EscapeString. It can be set to Enabled, Disabled, or Auto. |
![]() | Charset | Gets or sets charset that will be used on the client side. |
![]() | ClientVersion | Gets the version of MySQL Client library (libmysql.dll or libmysqld.dll). |
![]() | Compress | Gets or sets a value indicating whether to enable transferred data compression. |
![]() | ConnectionString | Overridden. Gets or sets the string used to open a MySQL connection. |
![]() | ConnectionTimeout | Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Database | Gets or sets the name of the current database or the database to be used once a connection is open. |
![]() | DataSource | Gets or sets name of the server to which to connect. (Inherited from Devart.Common.DbConnectionBase) |
![]() | Direct | Gets or sets a value indicating whether the MySQL client library (libmysql.dll) is be used. |
![]() | Embedded | Specifies, what server will be used to connect - MySQL server or Embedded MySQL server. |
![]() | Host | Gets or sets name or IP address of host of MySQL database to which to connect. |
![]() | HostInfo | Gets the version of MySQL server to which to connect. |
![]() | HttpOptions | Gets or sets connection options for HTTP tunneling. |
![]() | InDistributedTransaction | Indicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase) |
![]() | LocalFailover | Gets or sets a value indicating whether a failover operation can be performed after connection breaks. |
![]() | Name | Gets or sets the name of the component. |
![]() | Owner | Gets or sets a form or other container that the MySqlConnection instance belongs to. |
![]() | Password | Gets or sets the user's password to connect. |
![]() | PingInterval | Gets or sets the interval (in seconds) between pinging MySQL server and reopening the connection if required. |
![]() | Port | Gets or sets port of MySQL server to which to connect. |
![]() | Protocol | Gets or sets a MySqlProtocol of the MySqlConnection. |
![]() | ProtocolInfo | Gets the version of MySQL protocol. |
![]() | ProxyOptions | Gets or sets proxy server settings. |
![]() | ServerType | |
![]() | ServerVersion | Gets a string containing the version of the instance of MySQL to which the client is connected. |
![]() | ShortServerVersion | |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | SshOptions | Gets or sets SshOptions object which is used to establish secure connection with server. |
![]() | SslOptions | Gets or sets SslOptions object which is used to establish secure connection with server. |
![]() | State | Gets the current state of the connection. |
![]() | Unicode | Gets or sets a value indicating whether the UTF8 charset will be used. |
![]() | User | Obsolete. Use UserId property instead. |
![]() | UserId | Gets or sets the name of the user to connect. |