InversePropertyAttribute(String) Constructeur

Définition

Initialise une nouvelle instance de la classe à l’aide InversePropertyAttribute de la propriété spécifiée.

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)

Paramètres

property
String

Propriété de navigation représentant l’autre extrémité de la même relation.

S’applique à