Skip to content

Commit 10768b4

Browse files
committed
Add note in SQL Server page on SqlClient
Closes dotnet#5192
1 parent 7e5ee6f commit 10768b4

File tree

1 file changed

+2
-0
lines changed
  • entity-framework/core/providers/sql-server

1 file changed

+2
-0
lines changed

entity-framework/core/providers/sql-server/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ builder.Services.AddDbContext<MyContext>(options =>
5151
options.UseSqlServer(builder.Configuration.GetConnectionString("MyContext")));
5252
```
5353

54+
The EF SQL Server provider uses [Microsoft.Data.SqlClient](/sql/connect/ado-net/overview-sqlclient-driver) as its underlying ADO.NET provider. For more information on the connection strings accepted by SqlClient, [see this page](/sql/connect/ado-net/connection-string-syntax).
55+
5456
### [Azure SQL](#tab/azure-sql)
5557

5658
```c#

0 commit comments

Comments
 (0)