Sdílet prostřednictvím


CommentAttribute Třída

Definice

Označí třídu, vlastnost nebo pole s komentářem, které se mají nastavit v odpovídající databázové tabulce nebo sloupci.

[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
Dědičnost
CommentAttribute
Atributy

Poznámky

Další informace a příklady najdete v tématu Modelování typů entit a relací .

Konstruktory

CommentAttribute(String)

Inicializuje novou instanci CommentAttribute třídy .

Vlastnosti

Comment

Komentář, který se má konfigurovat.

Platí pro