다음을 통해 공유


DefaultDbModelStore.TryGetEdmx(Type) 메서드

정의

저장소에서 모델의 edmx XDocument 버전을 검색합니다.

public override System.Xml.Linq.XDocument TryGetEdmx(Type contextType);
override this.TryGetEdmx : Type -> System.Xml.Linq.XDocument
Public Overrides Function TryGetEdmx (contextType As Type) As XDocument

매개 변수

contextType
Type

모델을 나타내는 컨텍스트의 형식입니다.

반환

로드된 XDocument edmx입니다.

적용 대상