Exemplo n.º 1
0
 public void PrepareConnection(MySqlConnection connection)
 {
     InsertQuery.Connection = connection;
     InsertQuery.Prepare();
 }