다음을 통해 공유


DefaultDbModelStore.GetFilePath(Type) 메서드

정의

지정된 컨텍스트 형식에 해당하는 .edmx 파일의 경로를 가져옵니다.

protected virtual string GetFilePath(Type contextType);
abstract member GetFilePath : Type -> string
override this.GetFilePath : Type -> string
Protected Overridable Function GetFilePath (contextType As Type) As String

매개 변수

contextType
Type

컨텍스트 형식입니다.

반환

.edmx 파일 경로입니다.

적용 대상