LoadColumnNameAttribute Třída

Definice

Povolit členovi určit mapování polí v databázi. Přepsání názvu IDataView sloupce .ColumnNameAttribute

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

Konstruktory

LoadColumnNameAttribute(String)

Mapuje člena na konkrétní pole v databázi.

LoadColumnNameAttribute(String[])

Mapuje člena na sadu polí v databázi.

Platí pro