Entity Framework Core extension to execute stored procedures and map the result to a custom model.
Info
| Version: | 1.0.5 |
| Author(s): | Grégoire Verdier |
| Last Update: | Sunday, November 15, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/verdie-g/StoredProcedureEFCore |
| NuGet Url: | https://www.nuget.org/packages/StoredProcedureEFCore |
Install
Install-Package StoredProcedureEFCore
dotnet add package StoredProcedureEFCore
paket add StoredProcedureEFCore
StoredProcedureEFCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Design(>= 2.2.0)
- System.Data.Common(>= 4.3.0)
Tags