VI

Dotnet

Z.Dapper.Plus 4.0.5

Extend your IDbConnection with high-performance bulk operations

Features: BulkInsert, BulkDelete, BulkUpdate, BulkMerge, and more!

Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!

Online Example:

Description

Extend your IDbConnection with high-performance bulk operations

Features: BulkInsert, BulkDelete, BulkUpdate, BulkMerge, and more!

Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!

Online Example: https://dotnetfiddle.net/ltIqr...

Mapper

Dapper Plus Mapper allow to map the conceptual model (Entity) with the storage model (Database) and configure options to perform Bulk Actions. An entity can be mapped more than once using a MappingKey.

Bulk Actions

Bulk Actions allow to perform a bulk insert, update, delete or merge and include related child items.

Bulk Insert

Bulk Update

Bulk Delete

Bulk Merge

Also Bulk Actions

Also Bulk Actions allow to perform bulk action with a lambda expression using entities from the last Bulk[Action] or ThenBulk[Action] used.

Also Bulk Insert

Also Bulk Update

Also Bulk Delete

Also Bulk Merge

Then Bulk Actions

Then Bulk Actions is similar to Also Bulk Actions but move foward the chaining for the next bulk action.

Then Bulk Insert

Then Bulk Update

Then Bulk Delete

Then Bulk Merge

Utilities Actions

The Dapper Plus utilities give you more flexibility to control chaining methods.

Include

ThenForEach

Additional Information