InversePropertyAttribute(String) Construtor

Definição

Inicializa uma nova instância da InversePropertyAttribute classe 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 representa a outra extremidade da mesma relação.

Aplica-se a