Info
Version: | 2.4.0-pre04 |
Author(s): | Abraham Heidebrecht |
Last Update: | Thursday, April 27, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/abe545/CodeOnlyStoredProcedures |
NuGet Url: | https://www.nuget.org/packages/CodeOnlyStoredProcedures |
Install
Install-Package CodeOnlyStoredProcedures
dotnet add package CodeOnlyStoredProcedures
paket add CodeOnlyStoredProcedures
CodeOnlyStoredProcedures Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- EntityFramework(>= 6.1.3)
No dependencies.
Tags
Works great with Entity Framework Code First models.
Code Only Stored Procedures will not create any Stored Procedures on your database.
Instead, its aim is to make it easy to call your existing stored procedures by writing simple code.