public virtual long GetCommittedVersion()
 {
     ThrowIfDisposed();
     return(m_transaction.GetCommittedVersion());
 }