A set of extensions for transactionally manipulating (Upsert, Merge, InsertIfNotExist) data and retrieving the results with Entity Framework Core.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0-preview9.2.1 |
Author(s): | Sebastian Blomberg |
Last Update: | Tuesday, March 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sebbe33/EntityFrameworkCore.Manipulation.Extensions |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.Manipulation.Extensions |
Install
Install-Package EntityFrameworkCore.Manipulation.Extensions
dotnet add package EntityFrameworkCore.Manipulation.Extensions
paket add EntityFrameworkCore.Manipulation.Extensions
EntityFrameworkCore.Manipulation.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 5.0.1)
- Microsoft.EntityFrameworkCore.Relational(>= 5.0.1)
- Microsoft.EntityFrameworkCore.Sqlite(>= 5.0.1)
- System.Data.SqlClient(>= 4.8.2)
Tags