Can a /// dashboard automatically populate SQL Server descriptions in EF4 Entities?

Our company is in the middle of evaluating a pair of different ORMs, and we are currently looking at the EF4 side. I have a small question that I hope someone here can answer ... In our generated EntityDataModel.Designer.cs file, all our Entity classes (and the properties inside them) have /// a summary with the sentence "No documentation on metadata. "

Is there a way to get this from the Description property in SQL Server columns?

I see that there is a documentation property in the edmx file, but they are all empty. Obviously, this is not a deal in our decision - but it would be nice.

Thanks for any advice.

Aaron.

+3
source share
1 answer

, EDMX, . EF , SQL Server.

sys.extended_properties MS_Description . T4 (EFv4), , . :

  • , ,

, T4- .

+2

All Articles