Command() public static méthode

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