LoadColumnNameAttribute クラス

定義

メンバーがデータベース内のフィールドへのマッピングを指定できるようにします。 列ColumnNameAttributeの使用の名前をIDataViewオーバーライドするには.

[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[])

メンバーをデータベース内のフィールドのセットにマップします。

適用対象