Property | Type | Description | |
---|---|---|---|
CreateConnection | |||
GetColumnIndex | int | ||
m_connection_StateChange | void | ||
m_timer_Elapsed | void |
Method | Description | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this MySqlInputAdapter.
|
|
Initialize ( ) : void |
Initializes this MySqlInputAdapter.
|
|
MySqlInputAdapter ( ) : System |
Initializes a new instance of the MySqlInputAdapter class.
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to this MySqlInputAdapter.
|
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from this MySqlInputAdapter.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the MySqlInputAdapter object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
CreateConnection ( ) : |
||
GetColumnIndex ( string columnName ) : int | ||
m_connection_StateChange ( object sender, |
||
m_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum length of the status message. |
return | string |