Compartilhar via


DefaultDbModelStore.GetFilePath(Type) Método

Definição

Obtém o caminho do arquivo .edmx correspondente ao 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

Um tipo de contexto.

Retornos

O caminho do arquivo .edmx.

Aplica-se a