我在我的一个POCO类中有以下属性,用于生成Code First数据库:
''' <summary>
''' The surname of the player.
''' </summary>
''' <value></value>
''' <returns>A string containing the surname of the player.</returns>
''' <remarks></remarks>
<MaxLength(40)>
Public Property LastName As String
有没有办法让MaxLength数据注释自动包含在文档xml中?