CommentAttribute Classe

Definição

Marca uma classe, propriedade ou campo com um comentário a ser definido na tabela ou coluna de banco de dados correspondente.

[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
Herança
CommentAttribute
Atributos

Comentários

Confira Modelagem de tipos de entidade e relações para obter mais informações e exemplos.

Construtores

CommentAttribute(String)

Inicializa uma nova instância da classe CommentAttribute.

Propriedades

Comment

O comentário a ser configurado.

Aplica-se a