How can I add constraints to an ADO.NET Entity?
- by Felipe Angriman
I know how to mark a group of fields as primary key in ADO.NET entities but i haven't found a way to declare unique constraints or check constraints.
Is this feature missing on the designer or on the framework?
Thanx.