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.EntityFrameworkCore.
Summary
Adds specific tool commandline arguments.
- Assembly
- Cake
.EntityFrameworkCore .dll - Namespace
- Cake
.EntityFrameworkCore - Containing Type
- EfCoreTool
<TSettings>
Syntax
protected abstract ProcessArgumentBuilder AppendToolArguments(ProcessArgumentBuilder builder, TSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
Process argument builder to update. |
| settings | TSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| Process |
Returns ProcessArgumentBuilder updated with common commandline arguments. |
