Update() static private méthode

static private Update ( SqlTable table, string join, string set, string where, object vars ) : bool
table SqlTable
join string
set string
where string
vars object
Résultat bool
 public bool Update(string join, string set, string where, object[] vars)
 {
     return(SqlController.Update(this, join, set, where, vars));
 }