다음을 통해 공유


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입니다.

적용 대상