CommentAttribute 类

定义

使用要对相应的数据库表或列设置的注释来标记类、属性或字段。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class CommentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type CommentAttribute = class
    inherit Attribute
Public NotInheritable Class CommentAttribute
Inherits Attribute
继承
CommentAttribute
属性

注解

有关详细信息和示例,请参阅 为实体类型和关系建模

构造函数

CommentAttribute(String)

初始化 CommentAttribute 类的新实例。

属性

Comment

要配置的注释。

适用于