Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed May 2, 2014
1 parent 6183fe0 commit 8fbe402
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Dapper.FluentMap
================

### Introduction
This [Dapper](https://github.com/SamSaffron/dapper-dot-net/) extension allows you to fluently congfigure the mapping between POCO properties and database columns. This keeps your POCO's clean of mapping attributes. The functionality is similar to [Entity Framework Fluent API](http://msdn.microsoft.com/nl-nl/data/jj591617.aspx).

Usage
========
<hr>

### Installation
![Install-Package Dapper.FluentMap](http://i.imgur.com/Rs483do.png "Install Dapper.FluentMap")

<hr>

### Usage
Mapping properties:
```
public class ProductMap : EntityMap<Product>
Expand Down

0 comments on commit 8fbe402

Please sign in to comment.