C# (CSharp) Nxdb Namespace

Nested Namespaces

Nxdb.Dom
Nxdb.Io
Nxdb.Node
Nxdb.Persistence

Classes

Name Description
Conversions
NxdbProp Properties container for Nxdb-specific properties. Intended for BaseX - not to be used directly by Nxdb users.
Properties Static class used to get and set global properties.
Updates Instances of this class should be placed around combined update operations. It's primary purpose is to prevent intermediate and premature database optimization which will greatly impact performance. Instances of this class may be nested. If an update operation (either directly or through a query) is applied while one or more instances of this class are active, database optimizations and reindexing will not be performed until the final instance of this class is disposed. Note that instances of this class do not affect the actual application of updates operations which are still applied immediatly regardless.