I would like the SQL column description property to hold the friendly name of the column to display to the users. Is there a way that I can reference this column property through the DBML?
Update: We ended up writing a c# method that injects a space into a camel case string and renaming the DB columns to be more friendly.