Dapper.Mapper
Dapper.Mapper is an extension to Dapper multi mapping which figures out the relationships between the returned objects and automatically assigns them. Instead of explicitly writing this: 'var employee = connection.Query<Employee, Department, Employee>(sql, (employee, department) => { employee.Department = department; return employee; });' Dapper.Mapper allows you to write this: 'var employee = connection.Query<Employee, Department>(sql);'.
Activity
- Latest release
- 8y ago
- Total releases
- 5
- Cadence
- ~1.0 years
- Last 12 months
- 0
Details
- First release
- Oct 21, 2012
Releases
| Version | Released | |
|---|---|---|
2.0.0
major
| ||
1.50.1
minor
| ||
1.13.0
minor
| ||
1.1.0
minor
| ||
1.0.0
initial
|