LoadColumnAttribute Třída

Definice

Povolit členovi zadat mapování na pole v textovém souboru. Chcete-li přepsat název IDataView sloupce, použijte ColumnNameAttribute.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class LoadColumnAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type LoadColumnAttribute = class
    inherit Attribute
Public NotInheritable Class LoadColumnAttribute
Inherits Attribute
Dědičnost
LoadColumnAttribute
Atributy

Konstruktory

LoadColumnAttribute(Int32)

Mapuje člena na konkrétní pole v textovém souboru.

LoadColumnAttribute(Int32, Int32)

Mapuje člena na rozsah polí v textovém souboru.

LoadColumnAttribute(Int32[])

Mapuje člena na sadu polí v textovém souboru.

Platí pro