MySqlDatabaseResource Constructors
ClassConstructors1 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
namestringThe name of the resource.databaseNamestringThe database name.parentMySqlServerResourceThe MySQL parent resource associated with this database.