Exemplo n.º 1
0
 public int AddBySQL(Hashtable ht, string tableName)
 {
     return(DbHelperSql.DynamicInsert(ht, tableName));
 }
Exemplo n.º 2
0
 public int UpdateBySQL(Hashtable ht, string tableName, string whereFiledName, int whereFiledVlaue)
 {
     return(DbHelperSql.DynamicUpdate(ht, tableName, whereFiledName, whereFiledVlaue, 1));
 }