Simple API to fluently map POCO properties to database columns when using Dapper.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.0.0 |
Author(s): | Henk Mollema |
Last Update: | Sunday, August 23, 2020 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/henkmollema/Dapper-FluentMap |
NuGet Url: | https://www.nuget.org/packages/Dapper.FluentMap |
Install
Install-Package Dapper.FluentMap
dotnet add package Dapper.FluentMap
paket add Dapper.FluentMap
Dapper.FluentMap Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
Tags