WarningsConfigurationBuilder(WarningsConfiguration) Constructor

Definition

Initializes a new instance of the WarningsConfigurationBuilder class.

This class is used within the ConfigureWarnings(Action<WarningsConfigurationBuilder>) API and it is not designed to be directly constructed in your application code.

public WarningsConfigurationBuilder (Microsoft.EntityFrameworkCore.Internal.WarningsConfiguration warningsConfiguration);
new Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder : Microsoft.EntityFrameworkCore.Internal.WarningsConfiguration -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
Public Sub New (warningsConfiguration As WarningsConfiguration)

Parameters

warningsConfiguration
Microsoft.EntityFrameworkCore.Internal.WarningsConfiguration

The internal object used to store configuration.

Applies to