EfCoreToolSettingsExtensions.

SetVerbose<T>(T) Method

Summary

Sets the verbose output for Entity Framework output. (e.g. - Show verbose output).

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.