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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework