ALFA.MySQLDatabase.MySQLDatabase C# (CSharp) Метод

MySQLDatabase() публичный Метод

Create a new database object (which can be shared by multiple script objects).
public MySQLDatabase ( string ConnectionString = null, bool Dedicated = false ) : System
ConnectionString string Optionally supplies an overload /// connection string. If null, the default string is built from the /// NWNX MySQL plugin's configuration file.
Dedicated bool Supplies true if the database object is to /// use a dedicated connection.
Результат System
        public MySQLDatabase(string ConnectionString = null, bool Dedicated = false)
        {
            LinkToMySQLAssembly(ConnectionString, Dedicated);
        }