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

表示同一关系的另一端的导航属性。

适用于