We have some Well-Attributed DB code, like so:
[Display(Name = \"Phone Number\")] public string Phone { get; set; }
Since it is quite gen
You could jump through hoops and use an additional attribute to define the variable portion, but that would be quite a bit of work compared to what it would produce. There's no simple way to accomplish what you're after.