BackingFieldAttribute Classe

Définition

Nomme le champ de sauvegarde associé à cette propriété ou propriété de navigation.

[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
Héritage
BackingFieldAttribute
Attributs

Remarques

Pour plus d’informations et d’exemples, consultez Modélisation des types d’entités et des relations .

Constructeurs

BackingFieldAttribute(String)

Initialise une nouvelle instance de la classe BackingFieldAttribute.

Propriétés

Name

Nom du champ de stockage.

S’applique à