示例#1
0
 public int AddBySQL(Hashtable ht, string tableName)
 {
     return(DbHelperSql.DynamicInsert(ht, tableName));
 }