Dapper.FluentMap
                             
                            
                                1.0.0
                            
                        
                    
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package Dapper.FluentMap --version 1.0.0
NuGet\Install-Package Dapper.FluentMap -Version 1.0.0
        
        
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
                    
    
    <PackageReference Include="Dapper.FluentMap" Version="1.0.0" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Dapper.FluentMap" Version="1.0.0" />
<PackageReference Include="Dapper.FluentMap" />
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add Dapper.FluentMap --version 1.0.0
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Dapper.FluentMap, 1.0.0"
        
        
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
                    
    
    #:package Dapper.FluentMap@1.0.0
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=Dapper.FluentMap&version=1.0.0
#tool nuget:?package=Dapper.FluentMap&version=1.0.0
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Provides a simple API to map POCO properties to database columns when using Dapper.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net is compatible. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .NETFramework 4.0- Dapper (>= 1.13.0)
 
NuGet packages (26)
Showing the top 5 NuGet packages that depend on Dapper.FluentMap:
| Package | Downloads | 
|---|---|
| Dapper.FluentMap.Dommel Dapper.FluentMap extension for Dommel support. | |
| ZKWeb.ORM.Dapper Support use Dapper in ZKWeb. For more information please visit project site. | |
| EcommerceDataPostgresql PostgreSQL Data Layer | |
| Hurb.SAP.Database Package Description | |
| Dapper.Dommel Simple CRUD operations for Dapper. | 
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Dapper.FluentMap:
| Repository | Stars | 
|---|---|
| zkweb-framework/ZKWeb 
                                                            A flexible web framework supports .Net Framework and .Net Core
                                                         | |
| yorek/dapper-samples 
                                                            Tutorial samples that shows how to use Dapper .NET
                                                         | |
| ardalis/DotNetDataAccessTour 
                                                            A tour of different data access approaches in .NET 8+.
                                                         | 
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.0.0 | 6,895,327 | 8/23/2020 | |
| 1.8.1 | 881,747 | 5/5/2020 | |
| 1.8.0 | 1,472,996 | 3/28/2019 | |
| 1.7.0 | 430,749 | 11/16/2018 | |
| 1.6.0 | 760,679 | 8/18/2017 | |
| 1.5.4 | 10,291 | 8/17/2017 | |
| 1.5.3 | 42,456 | 3/22/2017 | |
| 1.5.1 | 85,266 | 7/7/2016 | |
| 1.5.0 | 31,742 | 6/11/2016 | |
| 1.4.1 | 45,722 | 3/1/2016 | |
| 1.4.0 | 49,547 | 11/19/2015 | |
| 1.3.4 | 31,207 | 3/13/2015 | |
| 1.3.3 | 6,404 | 11/12/2014 | |
| 1.3.2 | 3,999 | 7/17/2014 | |
| 1.3.1 | 3,908 | 7/11/2014 | |
| 1.3.0 | 4,194 | 6/27/2014 | |
| 1.2.1 | 3,699 | 6/23/2014 | |
| 1.2.0 | 3,709 | 6/5/2014 | |
| 1.1.1 | 3,684 | 5/21/2014 | |
| 1.1.0 | 3,684 | 5/20/2014 | |
| 1.0.2 | 4,221 | 5/1/2014 | |
| 1.0.1 | 4,130 | 5/1/2014 | |
| 1.0.0 | 5,232 | 5/1/2014 | 
Initial version with basic functionality.