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

同じリレーションシップのもう一方の End を表すナビゲーション プロパティ。

適用対象