Ef6SettingsExtensions.

FromPath(Ef6Settings, DirectoryPath) Method

Summary

Sets the working directory which should be used to run the ef6.exe command.

Syntax

public static Ef6Settings FromPath(this Ef6Settings settings, DirectoryPath path)

Parameters

Name Type Description
settings Ef6Settings The settings.
path DirectoryPath Working directory which should be used to run the ef6.exe command.

Return Value

Type Description
Ef6Settings The settings instance with WorkingDirectory set to path.