Skip to content

v3.14.18

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 07 Apr 14:46
· 807 commits to master since this release

Download the library here

  • ADDED: UpdatePrimaryKeyAndFormula options 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)