There is no Key attribute in EF CTP 5

Posted by Spence on Stack Overflow See other posts from Stack Overflow or by Spence
Published on 2011-01-01T09:35:31Z Indexed on 2011/01/01 9:54 UTC
Read the original article Hit count: 386

Filed under:
|
|

According to the blog post here Data Annotations in the Entity Framework there should be an attribute for a column called "Key" which allows you to mark the primary key of an entity. However I cannot locate this in .Net 3.5 or .Net 4.0.

What have I missed? I've included the reference to EntityFramework.dll and I've checked all the attributes under System.ComponentModel.DataAnnotations but I cannot locate it. alt text

I have set my project to .Net 4.0 full (not client profile).

Any ideas?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET