Does Entity Framework 5 support unique constraints?

Viewed 14398

Wondering if Entity Framework 5 supports unique constraints on entity properties? If so, how can I specify that a property should be unique?

5 Answers
Related