LoadColumnNameAttribute Classe

Definizione

Consenti al membro di specificare il mapping ai campi nel database. Per eseguire l'override del nome della IDataView colonna usare 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
Ereditarietà
LoadColumnNameAttribute
Attributi

Costruttori

LoadColumnNameAttribute(String)

Esegue il mapping del membro a un campo specifico nel database.

LoadColumnNameAttribute(String[])

Esegue il mapping del membro al set di campi nel database.

Si applica a