CommentAttribute Classe

Définition

Marque une classe, une propriété ou un champ avec un commentaire à définir sur la table ou la colonne de base de données correspondante.

[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
Héritage
CommentAttribute
Attributs

Remarques

Pour plus d’informations et d’exemples, consultez Modélisation des types d’entités et des relations .

Constructeurs

CommentAttribute(String)

Initialise une nouvelle instance de la classe CommentAttribute.

Propriétés

Comment

Commentaire à configurer.

S’applique à