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