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
Sets the verbose output for Entity Framework output. (e.g. - Show verbose output).
- Assembly
- Cake
.EntityFrameworkCore .dll - Namespace
- Cake
.EntityFrameworkCore - Containing Type
- Ef
Core Tool Settings Extensions
Syntax
public static T SetVerbose<T>(this T settings) where T : EfCoreToolSettings
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
settings | T | The settings. |
Return Value
Type | Description |
---|---|
T | The settings instance with Verbose set to true. |