What is the best way to work with Enums in Entity Framework?
Remarks: I'm using EF 3 and Firebird.
See Question&Answers more detail:osWhat is the best way to work with Enums in Entity Framework?
Remarks: I'm using EF 3 and Firebird.
See Question&Answers more detail:osThere is a somewhat better way to do it in EF 4. Unfortunately, it won't work in EF 1.
Here's another approach.
Update: Real enum support was added in the June 2011 EF CTP.