Click here to Skip to main content
15,921,959 members

Comments by Simple Pudding (Top 1 by date)

Simple Pudding 3-Nov-18 1:21am View    
In my case, I did as follows.

DataTable.BeginLoadData();
lock(lockObj){
// Do MultiThreaded read/write,
}
DataTable.EndLoadData();