CommentAttribute Classe

Definizione

Contrassegna una classe, una proprietà o un campo con un commento da impostare sulla tabella o sulla colonna del database corrispondente.

[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
Ereditarietà
CommentAttribute
Attributi

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni .

Costruttori

CommentAttribute(String)

Inizializza una nuova istanza della classe CommentAttribute.

Proprietà

Comment

Commento da configurare.

Si applica a