Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlConnection: Property Members

The properties of MySql.Data.MySqlClient.MySqlConnection are listed below. For a list of all members, see the MySqlConnection Members list.

See Also: Inherited members from System.Data.Common.DbConnection

Public Properties

override
ConnectionStringstring. Documentation for this section has not yet been entered.
[read-only]
override
ConnectionTimeoutint. Documentation for this section has not yet been entered.
[read-only]
override
Databasestring. Documentation for this section has not yet been entered.
[read-only]
override
DataSourcestring. Gets the name of the MySQL server to which to connect.
[read-only]
ServerThreadint. Returns the id of the server thread this connection is executing on
[read-only]
override
ServerVersionstring. Documentation for this section has not yet been entered.
[read-only]
override
StateSystem.Data.ConnectionState. Documentation for this section has not yet been entered.
[read-only]
UseCompressionbool. Indicates if this connection should use compression when communicating with the server.