Udostępnij za pośrednictwem


CommentAttribute Klasa

Definicja

Oznacza klasę, właściwość lub pole z komentarzem do ustawienia w odpowiedniej tabeli lub kolumnie bazy danych.

[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
Dziedziczenie
CommentAttribute
Atrybuty

Uwagi

Aby uzyskać więcej informacji i przykłady, zobacz Modelowanie typów jednostek i relacji .

Konstruktory

CommentAttribute(String)

Inicjuje nowe wystąpienie klasy CommentAttribute.

Właściwości

Comment

Komentarz do skonfigurowania.

Dotyczy