Possible Duplicate:
Entity Framework 4.1 dynamically retrieve summary for scalar properties from database table column description
Is it possible to map the Column Description (the extended property MS_Description
in the database ) to the DisplayNameAttribute
(the name used by @Html.DisplayNameFor
) ?
I don't want to use Data Annotations, as I would like the DBA to set the proper column descriptions in the database.