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

導航性質代表同一關係的另一端。

適用於