I have Unique index on some fields in tables and now I would need to inform user that he has entered duplicated value. At the moment I'm solving this problem bz calling my methods such "...IsUnique" and manually adding information about duplicity to BrokenRules collection to be handled later.
The question is simple - is it possible to force BrokenRules to handle Unique indexes?
Thank You
Jiri Brazda