Command() public static method

执行sql语句
public static Command ( string DB ) : int
DB string 数据库
return int
Exemplo n.º 1
0
 public void Undo()
 {
     DataBase.Command(this.dataform.GetOpenFile(), this.undoSQL);
 }