XmlContainerConfig::setReadUncommitted

#include <DbXml.hpp>

void XmlContainerConfig::setReadUncommitted(bool value) 

If set to true then the container will support degree 1 isolation; that is, read operations may return information that has been modified by another transaction but has not yet been committed. This setting should be used rarely if at all. The default value is false.

Parameters

value

If set to true then the container will support degree 1 isolation.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods