tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 586 forks source link

Update ReflectionHelper.cs #261

Closed chefemaster closed 3 years ago

chefemaster commented 3 years ago

Change split of property Name to compare finals char of propertyName with fields mapped, because use underscore in propertyName

chefemaster commented 3 years ago

Problem of propertyMap duplicate