Info
Version: | 2.202.311 |
Author(s): | Terralect |
Last Update: | Friday, September 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://terralect.com/ |
NuGet Url: | https://www.nuget.org/packages/Terralect.ChannelExpress.SqlDbContextScope |
Install
Install-Package Terralect.ChannelExpress.SqlDbContextScope
dotnet add package Terralect.ChannelExpress.SqlDbContextScope
paket add Terralect.ChannelExpress.SqlDbContextScope
Terralect.ChannelExpress.SqlDbContextScope Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.1)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.1)
- Terralect.ChannelExpress.SqlScope(>= 2.202.0)
You can then inject IDbContextScope to access your DbContext. SaveChanges() on the DbContext will be handled automatically.