I'm new to Linq to Sql, what I would like to achieve is to create a single read only property on the Entity class that is a combination of multiple fields, specifically I want to create a name field that combines- title, forename and surname.
I can see how to do it by changing the .designer.cs file but know I'm not supposed to touch that.
I'm attempting to do this so that in dynamic data I get a single column rather than multiple columns.