Dapper Plus Transaction

Description

All Dapper Plus extension methods are also available on the IDbTransaction interface.

transaction.BulkInsert(orders)
          .Include(x => x.ThenInsert(order => order.Items)
                         .ThenInsert(orderItem => orderItem.Metas))
          .Include(x => x.ThenInsert(order => order.Invoice)
                         .ThenInsert(Invoice => invoice.Items));

Last updated: 2023-03-02
Author:


Contents