30% OFF - 9th Anniversary discount on new purchases until December 15 with code: ZZZANNIVERSARY9
Dapper Plus Action Options
InsertIfNotExists
Insert entities only when no entities with the same key already exists in the destination.
DapperPlusManager.Entity<Order>() .InsertIfNotExists(); connection.BulkInsert(orders);
Author: ZZZ Projects