Skip to content

Commit 19fc3b5

Browse files
authored
Add note in SQL Server page on SqlClient (#5214)
Closes #5192
1 parent cab1a47 commit 19fc3b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • entity-framework/core/providers/sql-server

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)