-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Milestone
Description
In DbContext in dependency injection for ASP.NET Core it reads:
options => options.UseSqlServer("name=ConnectionStrings:DefaultConnection"));I couldn't find documentation on the name parameter of this connection string.
Is this a typo or does this connection string parameter exist?
If it exists, I propose to add corresponding explanation about the behaviour of this connection string parameter to, e.g., Connection Strings, or Configuration in ASP.NET Core.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 055bb8db-139d-beb5-61c1-47cf1ea6ea93
- Version Independent ID: b0a3d5ad-b62c-1ff4-386a-f11e350eea0c
- Content: DbContext Lifetime, Configuration, and Initialization - EF Core
- Content Source: entity-framework/core/dbcontext-configuration/index.md
- Product: entity-framework
- Technology: entity-framework-core
- GitHub Login: @ajcvickers
- Microsoft Alias: avickers
cremor