Click or drag to resize
DatabaseConfiguration Constructor
This API is preliminary and subject to change.
Overload List
  NameDescription
Public methodDatabaseConfiguration(DatabaseName)
Initializes a new instance of the DatabaseConfiguration class with the specified name and the default MySQL character set and collation configuration.
Public methodDatabaseConfiguration(DatabaseName, String, String)
Initializes a new instance of the DatabaseConfiguration class with the specified name, character set, and collation configuration.
Top
See Also