I have a model and a field... etc. this is trivial. But, I need get from my view the "Description" attribute from a field and your "Name" atrribute. With @Html... is possible the return of this with "DisplayNameFor", obvious. But, how to get the "Description" attribute? Not have a Helper like @Html.DisplayDescription? Is possible get this?
[Column("abc")]
[Display(Description = "The Description", GroupName = "The Group", Name = "The Name")]
public string field { get; set; }
Thank you for help. Sorry the not good english. ;)