Open the database with support for multiversion concurrency control.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
Remarks
This will cause updates to the database to follow a copy-on-write
protocol, which is required to support snapshot isolation. This
settting requires that the database be transactionally protected
during its open and is not supported by the queue format.