DatabaseConfiguration Constructor |
Name | Description | |
---|---|---|
DatabaseConfiguration(DatabaseName) |
Initializes a new instance of the DatabaseConfiguration class with
the specified name and the default MySQL character set and collation configuration.
| |
DatabaseConfiguration(DatabaseName, String, String) |
Initializes a new instance of the DatabaseConfiguration class with
the specified name, character set, and collation configuration.
|