v3.12.10
·
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)