public void RenameConstraint(ConstraintInfo constraint, string newname) { _database.FindConstraint(constraint).ConstraintName = newname; }