Entity Framework 4.1 dynamically retrieve summary for scalar properties from database table column description

前端 未结 1 847
栀梦
栀梦 2020-12-21 15:48

I\'m using Entity-Framework 4.1 database-first approach. I have a legacy database which every table column has description. It\'s very helpful when you watch those descripti

相关标签:
1条回答
  • 2020-12-21 16:37

    Take a look at How can I make the Entity data model designer use my database column descriptions?, Vote for the feature at https://connect.microsoft.com/VisualStudio/feedback/details/498313/retrieve-the-sql-descriptions-in-entity-framework [See update], Or if you are in a hurry, buy a third party tool at http://huagati.com/dbmltools/.

    Update: Just found out that ADO.Net team has marked the feature as Won't fix in Their feedback center. But found a tool that does the work at http://eftsqldocgenerator.codeplex.com/. Haven't tested it though.

    0 讨论(0)
提交回复
热议问题