This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.EntityFramework6.
Summary
Sets the working directory which should be used to run the ef6.exe command.
- Assembly
- Cake
.EntityFramework6 .dll - Namespace
- Cake
.EntityFramework6 - Containing Type
- Ef6
Settings Extensions
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. |