File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Entity Framework Core can access many different databases through plug-in librar
6262| [ EntityFrameworkCore.SqlServerCompact40] ( https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact40 ) | SQL Server Compact 4.0 | [ Erik Ejlskov Jensen] ( https://github.com/ErikEJ/ ) | .NET Framework | 2 | [ wiki] ( https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki/Using-EF-Core-with-SQL-Server-Compact-in-Traditional-.NET-Applications ) |
6363| [ EntityFrameworkCore.OpenEdge] ( https://www.nuget.org/packages/EntityFrameworkCore.OpenEdge/ ) | Progress OpenEdge | [ Alex Wiese] ( https://github.com/alexwiese ) | | 2 | [ readme] ( https://github.com/alexwiese/EntityFrameworkCore.OpenEdge/blob/master/README.md ) |
6464| [ EFCore.Snowflake] ( https://www.nuget.org/packages/EFCore.Snowflake/ ) | Snowflake | [ Krzysztof Sielaff] ( https://github.com/Sielnix ) | | 8 | [ readme] ( https://github.com/Sielnix/EFCore.Snowflake/blob/main/README.md ) |
65+ | [ EFCore.Kusto] ( https://www.nuget.org/packages/EFCore.Kusto/ ) | Azure Data Explorer (Kusto) | [ Anas Ismail Khan] ( https://github.com/anasik ) | | 8 | [ readme] ( https://github.com/anasik/EFCore.Kusto/blob/main/README.md ) |
6566| [ EntityFrameworkCore.Ydb] ( https://www.nuget.org/packages/EntityFrameworkCore.Ydb ) | YDB | [ YDB Team] ( https://github.com/ydb-platform/ ) | | 9, 10 | [ website] ( https://ydb.tech/docs/en/integrations/orm/entity-framework?version=main ) |
6667
6768## Adding a database provider to your application
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ If your query filter needs to access a tenant ID or similar contextual informati
142142``` c#
143143private sealed class CustomerEntityConfiguration : IEntityTypeConfiguration <Customer >
144144{
145- private readonly SomeDbContext _context == null!;
145+ private readonly SomeDbContext _context = null ! ;
146146
147147 public void Configure (EntityTypeBuilder <Customer > builder )
148148 {
You can’t perform that action at this time.
0 commit comments