How can I add constraints to an ADO.NET Entity?
Posted
by Felipe Angriman
on Stack Overflow
See other posts from Stack Overflow
or by Felipe Angriman
Published on 2009-12-26T17:08:50Z
Indexed on
2010/06/05
9:22 UTC
Read the original article
Hit count: 236
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.
© Stack Overflow or respective owner