Add extended property to tables and columns using Entity Framework Code First

386 Views Asked by At

I am using Entity Framework Code First to design my database.

I am wondered if there is a way to add extended property to my tables and columns using entity framework, so I can use my code docs in database.

enter image description here

That would be great.

0

There are 0 best solutions below