Share via


BackingFieldAttribute Clase

Definición

Asigna un nombre al campo de respaldo asociado a esta propiedad o propiedad de navegación.

[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
Herencia
BackingFieldAttribute
Atributos

Comentarios

Consulte Modelado de tipos de entidad y relaciones para obtener más información y ejemplos.

Constructores

BackingFieldAttribute(String)

Inicializa una nueva instancia de la clase BackingFieldAttribute.

Propiedades

Name

Nombre del campo de respaldo.

Se aplica a