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