Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

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

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 description in database diagram.

At the same Entity Framework DataContext has a Summary property for each scalar value.

I'm wondering is there any way I could load those descriptions from the database and map them to the Summary of scalar properties ?

I would appreciate any directions

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...