次の方法で共有


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)

メンバー名を列名として使用する既定の動作とは対照的に、この列を公開する名前を指定できます。

適用対象