ColumnNameAttribute 클래스

정의

멤버 이름을 열 이름으로 사용하는 기본 동작과 달리 멤버가 열 이름을 직접 지정할 IDataView 수 있도록 허용합니다.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ColumnNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ColumnNameAttribute = class
    inherit Attribute
Public NotInheritable Class ColumnNameAttribute
Inherits Attribute
상속
ColumnNameAttribute
특성

생성자

ColumnNameAttribute(String)

멤버 이름을 열 이름으로 사용하는 기본 동작과 달리 이 열을 노출할 이름을 지정할 수 있습니다.

적용 대상