Database.RemoveConstraint(TBL, CONSTRAINT)
vs.
Database.AddUniqueConstraint(CONSTRAINT, TBL, ...
Database.AddCheckConstraint(CONSTRAINT, TBL, ...
I'd like to see the parameters switched in RemoveConstraint. However, I
don't know how feasible that would be since it would require a pretty
major shift in the API and would break code.
Original issue reported on code.google.com by danmi...@gmail.com on 17 Nov 2008 at 2:47
Original issue reported on code.google.com by
danmi...@gmail.com
on 17 Nov 2008 at 2:47