AssociationSetMapping 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CS 공간의 AssociationSet에 대한 매핑 메타데이터를 나타냅니다.
public class AssociationSetMapping : System.Data.Entity.Core.Mapping.EntitySetBaseMapping
type AssociationSetMapping = class
inherit EntitySetBaseMapping
Public Class AssociationSetMapping
Inherits EntitySetBaseMapping
- 상속
예제
예를 들어 개념적으로 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) |
속성 매핑 조건을 제거합니다. |