v3.0.11
Download the library here
- ADDED:
UseBulkOptions
to mapping to allow to set additional configuration not yet available otherwise.
DapperPlusManager.Entity<EntitySimple>().Table("EntitySimples").UseBulkOptions(x =>
{
x.MergeKeepIdentity = true;
})
.Identity(x => x.ID);
Trial unlocked until the end of June