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