MySqlDataProcessor Members
The MySqlDataProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
DropDatabase |
Drops the database.
|
|
GetDatabaseListSql |
Gets the database list SQL.
|
|
GetDropDatabaseSql |
Gets the drop database SQL.
|
|
TestConnection |
Tests the connection.
|
Properties
Name | Description | |
---|---|---|
ConnectionString |
Gets the database connection string.
|
|
Database |
Gets or sets the database name.
|
|
Password |
Gets or sets the password.
|
|
Server |
Gets or sets the server name.
|
|
SqlGenerator |
Implement this to create and return the SQL generator which will be used in GetData.
|
|
UserName |
Gets or sets the user name.
|