LoadColumnNameAttribute Class

Definition

Allow member to specify mapping to field(s) in database. To override name of IDataView column use 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
Inheritance
LoadColumnNameAttribute
Attributes

Constructors

LoadColumnNameAttribute(String)

Maps member to specific field in database.

LoadColumnNameAttribute(String[])

Maps member to set of fields in database.

Applies to