예제 #1
0
 public override int RunCommand(string sqlCmd, out string errMsg)
 {
     return(db2.RunCommand(sqlCmd, out errMsg));
 }