When you create a model using LinqToSql, the designer puts an attribute for each table class that looks like
[Table(Name=@"dbo.Project")]
At design time this is easy to change either manually or using T4 templates.
Can this table attribute be changed at runtime?