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);

Last updated: 2023-03-01
Author:


Contents