Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add XML Comments to class properties generated by the LINQ to SQL designer

Tags:

I used the LINQ to SQL designer in Visual Studio to create an object model of a database. Now, I want to add XML comments to each generated property but I can't figure out how to do it without erasing the properties the next time the dbml file is refreshed.

How can this be done?