Mono Class Library: OverviewMySql.Data.MySqlClient.MySqlConnection: Members |
The members of MySql.Data.MySqlClient.MySqlConnection are listed below.
See Also: Inherited members from System.Data.Common.DbConnection
Documentation for this section has not yet been entered. Documentation for this section has not yet been entered.
overrideConnectionString string. Documentation for this section has not yet been entered. [read-only] overrideConnectionTimeout int. Documentation for this section has not yet been entered. [read-only] overrideDatabase string. Documentation for this section has not yet been entered. [read-only] overrideDataSource string. Gets the name of the MySQL server to which to connect. [read-only] ServerThread int. Returns the id of the server thread this connection is executing on [read-only] overrideServerVersion string. Documentation for this section has not yet been entered. [read-only] overrideState System.Data.ConnectionState. Documentation for this section has not yet been entered. [read-only] UseCompression bool. Indicates if this connection should use compression when communicating with the server.
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. overrideChangeDatabase(string) Documentation for this section has not yet been entered. staticClearAllPools() Documentation for this section has not yet been entered. staticClearPool(MySqlConnection) Documentation for this section has not yet been entered.Clone() : MySqlConnection Creates a new MySqlConnection object with the exact same ConnectionString value overrideClose() Documentation for this section has not yet been entered.CreateCommand() : MySqlCommand Documentation for this section has not yet been entered. overrideEnlistTransaction(System.Transactions.Transaction) Enlists in the specified transaction. overrideGetSchema() : System.Data.DataTable Returns schema information for the data source of this System.Data.Common.DbConnection. overrideGetSchema(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. overrideGetSchema(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. overrideOpen() Documentation for this section has not yet been entered.Ping() : bool Ping
overrideBeginDbTransaction(System.Data.IsolationLevel) : System.Data.Common.DbTransaction Documentation for this section has not yet been entered. overrideCreateDbCommand() : System.Data.Common.DbCommand Documentation for this section has not yet been entered. overrideDispose(bool) Documentation for this section has not yet been entered.
InfoMessage Documentation for this section has not yet been entered.
ICloneable.Clone Documentation for this section has not yet been entered.