Exemple #1
0
 public bool DeleteColumn(string tablename, string colname)
 {
     return(dal.DeleteColumn(tablename, colname));
 }