Bahasa

LoadColumnNameAttribute Kelas

Definisi

Perbolehkan anggota menentukan pemetaan ke bidang dalam database. Untuk mengambil alih nama IDataView penggunaan ColumnNameAttributekolom .

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class LoadColumnNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type LoadColumnNameAttribute = class
    inherit Attribute
Public NotInheritable Class LoadColumnNameAttribute
Inherits Attribute
Warisan
LoadColumnNameAttribute
Atribut

Konstruktor

Nama Deskripsi
LoadColumnNameAttribute(String)

Memetakan anggota ke bidang tertentu dalam database.

LoadColumnNameAttribute(String[])

Memetakan anggota untuk mengatur bidang dalam database.

Berlaku untuk