InversePropertyAttribute(String) Construtor

Definição

Inicializa uma nova instância da classe InversePropertyAttribute usando a propriedade especificada.

public:
 InversePropertyAttribute(System::String ^ property);
public InversePropertyAttribute (string property);
new System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute : string -> System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute
Public Sub New (property As String)

Parâmetros

property
String

A propriedade de navegação que representa a outra extremidade do mesmo relacionamento.

Aplica-se a