How can I make the Entity data model designer use my database column descriptions?
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-04-30T21:23:57Z
Indexed on
2010/04/30
21:27 UTC
Read the original article
Hit count: 187
edmx
|description
I am using EF4 with Visual Studio 2010. I have a SQL database already created and all my columns are documented with the Description property in SQL management studio. When I create the edmx in Visual Studio, how can I make it read those descriptions and use them to add comments to my generated classes? I know I can use the Summary and LongDescription in the edmx properties but I'm looking for a way to do this without having to copy and paste every description.
Thanks!
© Stack Overflow or respective owner