I'm currently building an ASP.NET Dynamic Data project with LINQ to SQL for the data access. I know that adding the DisplayName
attribute to one of my properties will accomplish what I'm after, but I'd like to avoid doing this in the code that's generated by the LINQ to SQL designer.
Is there another easy way to do what I'm after or do I need to bite the bullet and just make my own metadata?