EfCoreToolSettingsExtensions.

SetNoColor<T>(T) Method

Summary

Sets the no color output for Entity Framework output (e.g. - Don't colorize output).

Syntax

public static T SetNoColor<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 NoColor set to true.