다음을 통해 공유


AssociationSetMapping 클래스

정의

CS 공간의 AssociationSet에 대한 매핑 메타데이터를 나타냅니다.

public class AssociationSetMapping : System.Data.Entity.Core.Mapping.EntitySetBaseMapping
type AssociationSetMapping = class
    inherit EntitySetBaseMapping
Public Class AssociationSetMapping
Inherits EntitySetBaseMapping
상속
AssociationSetMapping

예제

예를 들어 개념적으로 CS MSL 파일을 다음과 같이 나타낼 수 있는 경우 --Mapping --EntityContainerMapping ( CNorthwind-->SNorthwind ) --EntitySetMapping --EntityTypeMapping --MappingFragment --EntityTypeMapping --MappingFragment --AssociationSetMapping --AssociationTypeMapping --MappingFragment 이 클래스는 위의 예제에서 AssociationSetMapping 요소에 대한 메타데이터를 나타냅니다. 그리고 그 아래에 있는 AssociationTypeMap에 액세스할 수 있습니다. AssociationSetMap 아래에는 TypeMap이 하나만 있습니다.

생성자

AssociationSetMapping(AssociationSet, EntitySet, EntityContainerMapping)

새 AssociationSetMapping instance 초기화합니다.

속성

AssociationSet

매핑된 연결 집합을 가져옵니다.

AssociationTypeMapping

포함된 연결 형식 매핑을 가져옵니다.

Conditions

속성 매핑 조건을 가져옵니다.

ContainerMapping

부모 컨테이너 매핑을 가져옵니다.

(다음에서 상속됨 EntitySetBaseMapping)
ModificationFunctionMapping

해당 함수 매핑을 가져오거나 설정합니다. null일 수 있습니다.

QueryView

이 매핑과 연결된 쿼리 뷰를 가져오거나 설정합니다.

(다음에서 상속됨 EntitySetBaseMapping)
SourceEndMapping

원본 끝 속성 매핑을 가져오거나 설정합니다.

StoreEntitySet

매핑된 저장소 엔터티 집합을 가져옵니다.

TargetEndMapping

대상 엔드 속성 매핑을 가져오거나 설정합니다.

메서드

AddCondition(ConditionPropertyMapping)

속성 매핑 조건을 추가합니다.

RemoveCondition(ConditionPropertyMapping)

속성 매핑 조건을 제거합니다.

적용 대상