LoadColumnNameAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メンバーがデータベース内のフィールドへのマッピングを指定できるようにします。 列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[]) |
メンバーをデータベース内のフィールドのセットにマップします。 |