ColumnNameAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许成员直接指定 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) |
允许指定名称以公开此列,而不是使用成员名称作为列名的默认行为。 |