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
Gets all the Arguments needed to run a ef command from a mgiration dll.
- Assembly
- Cake
.EntityFrameworkCore .dll - Namespace
- Cake
.EntityFrameworkCore - Containing Type
- EfCoreTool
<TSettings>
Syntax
protected ProcessArgumentBuilder GetArguments(TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
Return Value
Type | Description |
---|---|
Process |
Returns ProcessArgumentBuilder updated with common commandline arguments. |