EntityFrameworkCore.SqlServer.SimpleBulks Versions Save

Very simple .net library that supports bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete and bulk merge operations. Lambda Expression is supported.

releases/v6.9.0

6 months ago
  • Supports table includes schema name
  • Fixed #17

releases/v6.8.0

6 months ago
  • Supports the LogTo method to see what's going on.
  • Supports BulkInsertOptions.KeepIdentity to retain client-populated IDs rather than db-generated IDs.

releases/v6.7.0

8 months ago

Bulk Merge now supports WITH(HOLDLOCK) Hint.

releases/v6.6.0

11 months ago