Linq extensions to Entity Framework Core 3.1 to support Microsoft SQL Server Temporal Table Querying
-
Updated
Nov 17, 2020 - C#
Linq extensions to Entity Framework Core 3.1 to support Microsoft SQL Server Temporal Table Querying
Allow full-featured Entity Framework Core queries against SQL Server Temporal Tables
This repository contains sample codes for using SQL Server temporal tables in EF Core 6.
This example shows how to use the SQL Server Temporal Tables with Entity Framework Core to create a Time Machine for our data
Handy code for MS SQL Server
The concept of Temporal Tables, introduced in SQL Server 2016, refers to system-managed tables that store records in data change processes and are used for analysis of tabular data at different points in time. EF Core has gained the feature of supporting temporal tables with version 6.0.
T-SQL to support article on xskrape.com that discusses different SQL audit options
Add a description, image, and links to the temporal-tables topic page so that developers can more easily learn about it.
To associate your repository with the temporal-tables topic, visit your repo's landing page and select "manage topics."