InversePropertyAttribute(String) Конструктор

Определение

Инициализирует новый экземпляр класса InversePropertyAttribute с помощью заданного свойства.

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)

Параметры

property
String

Свойство навигации, представляющее другой конец той же связи.

Применяется к