Skip to content

v3.12.10

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 02 Jul 13:26
· 883 commits to master since this release

Download the library here

ADDED: AutoTruncate option. This option allow to truncate for SQL Server automatically char, nchar, varchar, nvarchar type using max length from the database.

Example

ctx.BulkSaveChanges(option => option.AutoTruncate = true);

ctx.BulkInsert(list, operation => operation.AutoTruncate = true);

PRO Version unlocked for the current month (July)