Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.0.78 |
Author(s): | Sam Saffron, Johan Danforth |
Last Update: | Wednesday, November 18, 2020 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/StackExchange/Dapper |
NuGet Url: | https://www.nuget.org/packages/Dapper.Contrib |
Install
Install-Package Dapper.Contrib
dotnet add package Dapper.Contrib
paket add Dapper.Contrib
Dapper.Contrib Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Dapper(>= 2.0.78)
- Microsoft.CSharp(>= 4.7.0)
- System.Reflection.Emit(>= 4.7.0)
- Dapper(>= 2.0.78)
- Dapper(>= 2.0.78)
Tags
Also handles lists of entities and optional "dirty" tracking of interface-based entities.