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 文件路径。

适用于