Command() 공개 정적인 메소드

执行sql语句
public static Command ( string DB ) : int
DB string 数据库
리턴 int
예제 #1
0
 public void Undo()
 {
     DataBase.Command(this.dataform.GetOpenFile(), this.undoSQL);
 }