Helper package which uses Dapper ORM to get results from simple query to stored procedures.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0 |
Author(s): | DapperPal |
Last Update: | Saturday, January 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DapperPal |
Install
Install-Package DapperPal
dotnet add package DapperPal
paket add DapperPal
DapperPal Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.30)
- System.Data.SqlClient(>= 4.8.0)
Tags