次の方法で共有


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 ファイルのパス。

適用対象