Bagikan melalui


CommentAttribute Kelas

Definisi

Menandai kelas, properti, atau bidang dengan komentar yang akan diatur pada tabel atau kolom database terkait.

[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
Warisan
CommentAttribute
Atribut

Keterangan

Lihat Pemodelan jenis entitas dan hubungan untuk informasi dan contoh selengkapnya.

Konstruktor

CommentAttribute(String)

Menginisialisasi instans baru kelas CommentAttribute.

Properti

Comment

Komentar yang akan dikonfigurasi.

Berlaku untuk