So.. It’s already Entity Framework 4.3. I’ve been waiting for real enum support since its birth.
Are enums finally supported in “code first”?
If so, can you show me how through a code sample?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Enums are available as of version 5 (now in beta) http://blogs.msdn.com/b/adonet/archive/2012/02/29/ef4-3-1-and-ef5-beta-1-available-on-nuget.aspx
Walkthrough: http://msdn.microsoft.com/en-us/hh859576