LoadColumnNameAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许成员指定到数据库中字段 () 的映射。 若要替代列名, IDataView 请使用 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
- 继承
-
LoadColumnNameAttribute
- 属性
构造函数
LoadColumnNameAttribute(String) |
将成员映射到数据库中的特定字段。 |
LoadColumnNameAttribute(String[]) |
将成员映射到数据库中的字段集。 |