Support transactional read operations with degree 1 isolation.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
 Remarks
Remarks
            Read operations on the database may request the return of modified
            but not yet committed data. This flag must be specified on all
            database objects used to perform dirty reads or database updates,
            otherwise requests for dirty reads may not be honored and the read
            may block.
            





