Exemple #1
0
 public bool UpdateColumn(string tablename, string colname_old, string colname_new, string type, bool isnull, bool ispk, string defvalue, string length, string desc)
 {
     return(dal.UpdateColumn(tablename, colname_old, colname_new, type, isnull, ispk, defvalue, length, desc));
 }