BackingFieldAttribute クラス

定義

このプロパティまたはナビゲーション プロパティに関連付けられているバッキング フィールドに名前を付けます。

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class BackingFieldAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type BackingFieldAttribute = class
    inherit Attribute
Public NotInheritable Class BackingFieldAttribute
Inherits Attribute
継承
BackingFieldAttribute
属性

注釈

詳細と例については、「 エンティティの型とリレーションシップのモデル化 」を参照してください。

コンストラクター

BackingFieldAttribute(String)

BackingFieldAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Name

バッキング フィールドの名前。

適用対象