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 no color output for Entity Framework output (e.g. - Don't colorize output).
- Assembly
- Cake
.EntityFramework6 .dll - Namespace
- Cake
.EntityFramework6 - Containing Type
- Ef6
Settings Extensions
Syntax
public static Ef6Settings SetNoColor(this Ef6Settings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Ef6Settings | The settings. |
Return Value
Type | Description |
---|---|
Ef6Settings | The settings instance with NoColor set to true. |