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
Builds the arguments for ef6.
- Assembly
- Cake
.EntityFramework6 .dll - Namespace
- Cake
.EntityFramework6 - Containing Type
- Ef6Tool
<TSettings>
Syntax
protected ProcessArgumentBuilder GetArguments(TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | Settings used for building the arguments. |
Return Value
Type | Description |
---|---|
Process |
Argument builder containing the arguments based on settings. |