Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlConnection: Members

The members of MySql.Data.MySqlClient.MySqlConnection are listed below.

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

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

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.

Public Methods

BeginTransaction() : MySqlTransaction
Documentation for this section has not yet been entered.
BeginTransaction(System.Data.IsolationLevel) : MySqlTransaction
Documentation for this section has not yet been entered.
override
ChangeDatabase(string)
Documentation for this section has not yet been entered.
static
ClearAllPools()
Documentation for this section has not yet been entered.
static
ClearPool(MySqlConnection)
Documentation for this section has not yet been entered.
Clone() : MySqlConnection
Creates a new MySqlConnection object with the exact same ConnectionString value
override
Close()
Documentation for this section has not yet been entered.
CreateCommand() : MySqlCommand
Documentation for this section has not yet been entered.
override
EnlistTransaction(System.Transactions.Transaction)
Enlists in the specified transaction.
override
GetSchema() : System.Data.DataTable
Returns schema information for the data source of this System.Data.Common.DbConnection.
override
GetSchema(string) : System.Data.DataTable
Returns schema information for the data source of this System.Data.Common.DbConnection using the specified string for the schema name.
override
GetSchema(string, string[]) : System.Data.DataTable
Returns schema information for the data source of this System.Data.Common.DbConnection using the specified string for the schema name and the specified string array for the restriction values.
override
Open()
Documentation for this section has not yet been entered.
Ping() : bool
Ping

Protected Methods

override
BeginDbTransaction(System.Data.IsolationLevel) : System.Data.Common.DbTransaction
Documentation for this section has not yet been entered.
override
CreateDbCommand() : System.Data.Common.DbCommand
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.

Public Events

InfoMessageDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICloneable.CloneDocumentation for this section has not yet been entered.