MySqlDatabaseResource Constructors
Class Constructors 1 member
A resource that represents a MySQL database. This is a child resource of a
MySqlServerResource. Constructor(string, string, MySqlServerResource) Section titled Constructor(string, string, MySqlServerResource) A resource that represents a MySQL database. This is a child resource of a
MySqlServerResource. public class MySqlDatabaseResource{ public MySqlDatabaseResource( string name, string databaseName, MySqlServerResource parent) { // ... }}Parameters
name string The name of the resource. databaseName string The database name. parent MySqlServerResource The MySQL parent resource associated with this database.