InversePropertyAttribute(String) Konstruktor

Definition

Initierar en ny instans av InversePropertyAttribute klassen med den angivna egenskapen.

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)

Parametrar

property
String

Navigeringsegenskapen som representerar den andra änden av samma relation.

Gäller för