Releases: zzzprojects/EntityFramework-Extensions
Releases · zzzprojects/EntityFramework-Extensions
v2.1.11 (EF Core)
v2.1.8 (EF Core)
Download the library here
- FIXED: Issue with Npgsql -Version 4.0.0-preview1 (#92)
- FIXED: BulkMerge does not use ColumnPrimaryKeyExpression #97
- ADDED: ContactFactory by Instance
context.BulkInsert(list, options => options.ContextFactory = ctx => new EntityContext(myoptions));Trial unlocked for the current month (April)
v3.14.19
v3.14.18
Download the library here
- ADDED:
UpdatePrimaryKeyAndFormulaoptions when you need to add an additional condition for joining the key.
context.BulkSaveChanges(false, options =>
{
options.UpdatePrimaryKeyAndFormula = "DestinationTable.UserID = 3";
});Trial unlocked for the current month (April)
v2.1.6 (EF Core)
Download the library here
- FIXED: Issue with Shadow Property with EF Core Preview version
Trial unlocked for the current month (April)
v2.1.5 (EF Core)
Download the library here
- ADDED: PreBulk[Action] (PreBulkSaveChanges, PreBulkInsert, etc.)
- FIXED: Issue with Shadow Property
Trial unlocked for the current month (April)
v2.1.4 (EF Core)
Download the library here
- FIXED: Compatibility issue with EF Core v2.1.0-preview1-final
Trial unlocked for the current month (April)
v2.1.3 (EF Core)
Download the library here
- FIXED: Issue with license compatibility with the Bulk Operations library.
Trial unlocked for the current month (April)