JanaBiz.DbXml
Class XmlContainerConfig

Constructor Summary
XmlContainerConfig()
        Initializes a new instance of the JanaBiz.DbXml.XmlContainerConfig class.

Property Summary
bool AllowCreate
bool AllowValidation
bool Checksum
JanaBiz.DbXml.XmlContainerType ContainerType
bool Encrypted
bool ExclusiveCreate
bool IndexNodes
int Mode
bool Multiversion
bool NoMMap
bool ReadOnly
bool ReadUncommitted
bool Threaded
bool Transactional
bool XACreate

Methods inherited from class JanaBiz.Bridge.FlagsBase
Clone

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

XmlContainerConfig

public XmlContainerConfig()

Initializes a new instance of the JanaBiz.DbXml.XmlContainerConfig class.

Property Detail

AllowCreate

public bool AllowCreate


AllowValidation

public bool AllowValidation


Checksum

public bool Checksum


ContainerType

public JanaBiz.DbXml.XmlContainerType ContainerType


Encrypted

public bool Encrypted


ExclusiveCreate

public bool ExclusiveCreate


IndexNodes

public bool IndexNodes


Mode

public int Mode


Multiversion

public bool Multiversion


NoMMap

public bool NoMMap


ReadOnly

public bool ReadOnly


ReadUncommitted

public bool ReadUncommitted


Threaded

public bool Threaded


Transactional

public bool Transactional


XACreate

public bool XACreate