Exemplo n.º 1
0
 public bool DropTable(string TableName)
 {
     return(db.ExecByProcduce("usp_droptable", new SqlParameter[] { new SqlParameter("@tableName", TableName) }) > 0);
 }