EntityFrameworkCore.TemporalTables:扩展库,允许开发人员使用Entity Framework Core在SQL Server中轻松使用时态表

时间:2024-05-25 04:27:41
【文件属性】:

文件名称:EntityFrameworkCore.TemporalTables:扩展库,允许开发人员使用Entity Framework Core在SQL Server中轻松使用时态表

文件大小:49KB

文件格式:ZIP

更新时间:2024-05-25 04:27:41

C#

EntityFrameworkCore.TemporalTables Entity Framework Core扩展库,使使用SQL Server的开发人员可以轻松使用时态表。 如何使用它? 服务提供商配置 注册DbContextOptionsBuilder时,请在DbContextOptionsBuilder上使用UseInternalServiceProvider()来替换Entity Framework的内部服务提供程序。 例如: services.AddDbContextPool((provider, options) => { options.UseSqlServer(configuration.GetConnectionString("DefaultConnection")); options.UseInternalService


【文件预览】:
EntityFrameworkCore.TemporalTables-master
----EntityFrameworkCore.TemporalTables.sln(2KB)
----EntityFrameworkCore.TemporalTables.TestApp()
--------Entities()
--------Migrations()
--------Program.cs(2KB)
--------DesignTimeDbContextFactory.cs(2KB)
--------appsettings.json(253B)
--------DataContext.cs(1KB)
--------EntityFrameworkCore.TemporalTables.TestApp.csproj(1KB)
----EntityFrameworkCore.TemporalTables()
--------Extensions()
--------SqlTemplates()
--------Migrations()
--------Sql()
--------EntityFrameworkCore.TemporalTables.csproj(2KB)
--------Cache()
----EntityFrameworkCore.TemporalTables.Tests()
--------EntityFrameworkCore.TemporalTables.Tests.csproj(1KB)
--------Migrations()
--------Cache()
--------Mocks()
----.gitignore(4KB)
----README.md(2KB)
----.gitattributes(2KB)
----LICENSE.txt(1KB)

网友评论