Property | Type | Description | |
---|---|---|---|
Abort | void | ||
ClearCommandTimeout | void | ||
CloseFully | void | ||
CurrentDatabase | string | ||
HandleTimeoutOrThreadAbort | void | ||
ICloneable | object | ||
OnInfoMessage | void | ||
SetCommandTimeout | bool | ||
SetState | void |
Method | Description | |
---|---|---|
BeginTransaction ( ) : MySql.Data.MySqlClient.MySqlTransaction | ||
BeginTransaction ( System.Data.IsolationLevel iso ) : MySql.Data.MySqlClient.MySqlTransaction | ||
CancelQuery ( int timeout ) : void | ||
ChangeDatabase ( string databaseName ) : void | ||
ClearAllPools ( ) : void | ||
ClearPool ( |
||
Clone ( ) : |
Creates a new MySqlConnection object with the exact same ConnectionString value
|
|
Close ( ) : void | ||
CreateCommand ( ) : |
||
EnlistTransaction ( |
Enlists in the specified transaction.
|
|
GetSchema ( ) : |
Returns schema information for the data source of this DbConnection.
|
|
GetSchema ( string collectionName ) : |
Returns schema information for the data source of this DbConnection using the specified string for the schema name.
|
|
GetSchema ( string collectionName, string restrictionValues ) : |
Returns schema information for the data source of this DbConnection using the specified string for the schema name and the specified string array for the restriction values.
|
|
MySqlConnection ( ) : System | ||
MySqlConnection ( string connectionString ) : System | ||
Open ( ) : void | ||
Ping ( ) : bool |
Ping
|
Method | Description | |
---|---|---|
BeginDbTransaction ( System.Data.IsolationLevel isolationLevel ) : DbTransaction | ||
CreateDbCommand ( ) : DbCommand | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
ClearCommandTimeout ( ) : void |
Clears query timeout, allowing next SetCommandTimeout() to succeed.
|
|
CloseFully ( ) : void | ||
CurrentDatabase ( ) : string | ||
HandleTimeoutOrThreadAbort ( |
||
ICloneable ( ) : object | ||
OnInfoMessage ( |
||
SetCommandTimeout ( int value ) : bool |
Sets query timeout. If timeout has been set prior and not yet cleared ClearCommandTimeout(), it has no effect.
|
|
SetState ( ConnectionState newConnectionState, bool broadcast ) : void |
protected BeginDbTransaction ( System.Data.IsolationLevel isolationLevel ) : DbTransaction | ||
isolationLevel | System.Data.IsolationLevel | |
return | DbTransaction |
public BeginTransaction ( ) : MySql.Data.MySqlClient.MySqlTransaction | ||
return | MySql.Data.MySqlClient.MySqlTransaction |
public BeginTransaction ( System.Data.IsolationLevel iso ) : MySql.Data.MySqlClient.MySqlTransaction | ||
iso | System.Data.IsolationLevel | |
return | MySql.Data.MySqlClient.MySqlTransaction |
public ChangeDatabase ( string databaseName ) : void | ||
databaseName | string | |
return | void |
public static ClearPool ( |
||
connection | ||
return | void |
public EnlistTransaction ( |
||
transaction |
/// A reference to an existing |
|
return | void |
public GetSchema ( string collectionName ) : |
||
collectionName | string | Specifies the name of the schema to return. |
return |
public GetSchema ( string collectionName, string restrictionValues ) : |
||
collectionName | string | Specifies the name of the schema to return. |
restrictionValues | string | Specifies a set of restriction values for the requested schema. |
return |
public MySqlConnection ( string connectionString ) : System | ||
connectionString | string | |
return | System |