Property ReadLock
ReadLock
Take a read-lock on the table, and return the IDisposable. Queries to the table should occur within a "using (ReadLock) { ... }" clause, except for queries that are already within a write lock.
protected IDisposable ReadLock { get; }