v1.6.10
·
514 commits
to master
since this release
Download the library here
- ADDED: Batch Delete - Added
UseTableLock
option - ADDED: Batch Update- Added
UseTableLock
option - ADDED: Query Future - Added
AllowQueryBatch
option
QueryFutureManager.AllowQueryBatch = false;
ctx.Activities.Where(a => a.DateCreated < d).Delete(delete => delete.UseTableLock = false );