Enum Support for Entity Framework Database First

前端 未结 3 671
心在旅途
心在旅途 2020-12-11 01:12

I can find a bunch of tutorials on how to implement enum support for model first and code first like these:

http://msdn.microsoft.com/en-us/data/jj248772.aspx

<
3条回答
  •  隐瞒了意图╮
    2020-12-11 01:52

    Here is my wild guess: After you generate your .edmx file from your database, you can follow the guide in the following link: http://msdn.microsoft.com/en-us/data/jj248772.aspx

提交回复
热议问题