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.
Aaron source
share