次の方法で共有


EndPropertyMapping(AssociationEndMember) コンストラクター

定義

関連付けの終了プロパティ マッピングを作成します。

public EndPropertyMapping(System.Data.Entity.Core.Metadata.Edm.AssociationEndMember associationEnd);
new System.Data.Entity.Core.Mapping.EndPropertyMapping : System.Data.Entity.Core.Metadata.Edm.AssociationEndMember -> System.Data.Entity.Core.Mapping.EndPropertyMapping
Public Sub New (associationEnd As AssociationEndMember)

パラメーター

associationEnd
AssociationEndMember

マップする関連付けの終了を指定する AssociationEndMember。

適用対象