Compartir a través de


DefaultDbModelStore.GetFilePath(Type) Método

Definición

Obtiene la ruta de acceso del archivo .edmx correspondiente al tipo de contexto especificado.

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

Parámetros

contextType
Type

Un tipo de contexto.

Devoluciones

Ruta de acceso del archivo .edmx.

Se aplica a