Skip to content

v1.6.10

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 14 Aug 15:17
· 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 );