WarningsConfigurationBuilder(WarningsConfiguration) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework