This question already has an answer here:
- Unique keys in Entity Framework 4 4 answers
how can one set some attribute in Entity (Entity Framework) to be unique? One possibility would be to make it primary key but that's not what I want.
Thank you
James