InversePropertyAttribute(String) Constructor

Definición

Inicializa una nueva instancia de la clase InversePropertyAttribute usando la propiedad 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

Propiedad de navegación que representa el otro extremo de la misma relación.

Se aplica a