Update() static private method

static private Update ( SqlTable table, string join, string set, string where, object vars ) : bool
table SqlTable
join string
set string
where string
vars object
return bool
コード例 #1
0
 public bool Update(string join, string set, string where, object[] vars)
 {
     return(SqlController.Update(this, join, set, where, vars));
 }