BackingFieldAttribute Classe

Definição

Nomeia o campo de suporte associado a essa propriedade ou propriedade de navegação.

[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
Herança
BackingFieldAttribute
Atributos

Comentários

Consulte Modelagem de tipos de entidade e relações para obter mais informações e exemplos.

Construtores

BackingFieldAttribute(String)

Inicializa uma nova instância da classe BackingFieldAttribute.

Propriedades

Name

O nome do campo de suporte.

Aplica-se a