Dapper-FluentMap icon indicating copy to clipboard operation
Dapper-FluentMap copied to clipboard

Provides a simple API to fluently map POCO properties to database columns when using Dapper.

Results 17 Dapper-FluentMap issues
Sort by recently updated
recently updated
newest added

Hello friends. I'm passing a value in **ToTable ("UF")**, but the fluent mapper always takes the name of the object **"UfModel".** Any tips? Thank you public class UfModelMap : DommelEntityMap...

Hi, I tried map nested object over FluentMap. I call store procedure and I got columns like this. Id Description Manufacture_Id Manufacture_Name Category_Id Category_Name Status_Id Status_Name Columns which have underscore...

enhancement

Sample for this case First is super class like below ```` public class User { public string UserId { get; set; } public string Email { get; set; } }...

The exception occurs in the following cases: First: I execute one of the Add or Update commands by passing an entity, for example Customers. and then execute any of the...

bug

When I mark a property with .Ignore() in the map, dommel doesn't handle this in the insert method, and there is an exception. It should have a condition in the...

enhancement
fluentmap-dommel

v2 of Dapper.FluentMap will bring several new features and bugfixes while maintaining a simple API. ### Improved configuration - More flexibility - Inline mapping builder (separate classes are still supported...

enhancement

https://github.com/henkmollema/Dommel/issues/28

fluentmap-dommel