How would I set the description property of a field in the SQL Server database from an Entity Framework code-first project?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would not unless you create custom initializer and in its
Seedmethod you will insert a new record tosys.extended_propertiesfor each single column where you want a description. You can use system stored procedure for that