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)

允许指定名称以公开此列,而不是使用成员名称作为列名的默认行为。

适用于