다음을 통해 공유


ModificationFunctionMemberPath 생성자

정의

새 ModificationFunctionMemberPath instance 초기화합니다.

public ModificationFunctionMemberPath(System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.EdmMember> members, System.Data.Entity.Core.Metadata.Edm.AssociationSet associationSet);
new System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath : seq<System.Data.Entity.Core.Metadata.Edm.EdmMember> * System.Data.Entity.Core.Metadata.Edm.AssociationSet -> System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath

매개 변수

members
IEnumerable<EdmMember>

경로의 멤버를 리프(바인딩되는 멤버)에서 구조체의 루트로 가져옵니다.

associationSet
AssociationSet

이 멤버를 통해 탐색할 연결 집합을 가져옵니다. 값이 null이면 탐색 멤버 경로가 아닙니다.

적용 대상