Esempio n. 1
0
 public QueryExecutor()
 {
     this.connector = new MySqlConnector();
     this.command = new MySqlCommand();
     this.command.Connection = this.connector.Connection;
     this.connector.Connection.Open();
 }
Esempio n. 2
0
 public QueryExecutor()
 {
     this.connector          = new MySqlConnector();
     this.command            = new MySqlCommand();
     this.command.Connection = this.connector.Connection;
     this.connector.Connection.Open();
 }