Click or drag to resize

IDatabase Properties

The IDatabase type exposes the following members.

Properties
  NameDescription
Public propertyActionQueue
Gets the queue that is used for scheduling operations on the object. If operations are performed outside of this queue for properties marked with FromQueueOnly a ThreadSafetyViolationException will be thrown.
(Inherited from IThreadSafe.)
Public propertyConflictResolver
Gets or sets the conflict resolver to use when conflicts arise
Public propertyItem
Bracket operator for retrieving IDocuments
Public propertyName
Gets the name of the database
Public propertyOptions
Gets the options that were used to create the database
Public propertyPath
Gets the path on disk where the database exists
Top
See Also