InversePropertyAttribute(String) Konstruktor

Definition

Initialisiert eine neue Instanz der InversePropertyAttribute-Klasse mit der angegebenen -Eigenschaft.

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)

Parameter

property
String

Die Navigationseigenschaft, die das andere Ende der gleichen Beziehung darstellt.

Gilt für