Skip to content

v3.0.11

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 19 May 01:00
· 17 commits to master since this release
7494537

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