Dapper Plus for SQL Server 1.1.5 » Developer.Team

Dapper Plus for SQL Server 1.1.5

Dapper Plus for SQL Server 1.1.5
Dapper Plus for SQL Server 1.1.5 | 356 kB


Use scalable bulk operations (Bulk Insert, Update, Delete and Merge) and always get the best performance available for your database provider. The Dapper Plus AlsoBulk[Action] method allow to [Action] entities in a database table or a view using a lambda expression. The lambda expression use the entity or the IEnumerable from the last Bulk[Action] or ThenBulk[Action] chained method. (The action can be an insert, update, delete or merge operation).

SQL Server 2008+
SQL Azure
SQL Compact
MySQL
SQLite
PostgreSQL
Oracle

Mapper
Dapper Plus Mapper allow to map the conceptual model (Entity) with the storage model (Database) and configure options to perform Bulk Actions.

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

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.

Then Bulk Actions
Then Bulk Actions is similar to Also Bulk Actions but modify entities used for the next bulk action using a lambda expression.

Include Actions
The Dapper Plus Include method allow resolving issues with multiple "ThenBulk[Action]" method.

Only for V.I.P
Warning! You are not allowed to view this text.