DbContextServiceBasedBuilder<TContext> Constructors
Allows you to configureDbContext
in your ASP.NET Core Blazor application.
Name | Parameters | Description |
---|---|---|
DbContextServiceBasedBuilder(IObjectSpaceProviderServiceBasedBuilder<TContext>) | builder | For internal use. |
See Also