Example #1
0
 public Commit()
 {
     _conn = BenchmarkEnvironment.OpenConnection();
     _cmd  = new NpgsqlCommand("SELECT 1", _conn);
 }