다음을 통해 공유


EntityContainerMapping.RemoveSetMapping 메서드

정의

오버로드

RemoveSetMapping(AssociationSetMapping)

연결 집합 매핑을 제거합니다.

RemoveSetMapping(EntitySetMapping)

연결 집합 매핑을 제거합니다.

RemoveSetMapping(AssociationSetMapping)

연결 집합 매핑을 제거합니다.

public void RemoveSetMapping(System.Data.Entity.Core.Mapping.AssociationSetMapping setMapping);
member this.RemoveSetMapping : System.Data.Entity.Core.Mapping.AssociationSetMapping -> unit
Public Sub RemoveSetMapping (setMapping As AssociationSetMapping)

매개 변수

setMapping
AssociationSetMapping

제거할 연결 집합 매핑입니다.

적용 대상

RemoveSetMapping(EntitySetMapping)

연결 집합 매핑을 제거합니다.

public void RemoveSetMapping(System.Data.Entity.Core.Mapping.EntitySetMapping setMapping);
member this.RemoveSetMapping : System.Data.Entity.Core.Mapping.EntitySetMapping -> unit
Public Sub RemoveSetMapping (setMapping As EntitySetMapping)

매개 변수

setMapping
EntitySetMapping

제거할 연결 집합 매핑입니다.

적용 대상