Click or drag to resize

Database Properties

The Database type exposes the following members.

Properties
  NameDescription
Public propertyConfig
Gets the configuration that was used to create the database. The returned object is readonly; an InvalidOperationException will be thrown if the configuration object is modified.
Public propertyCount
Gets the number of documents in the database
Public propertyItem
Gets a DocumentFragment with the given document ID
Public propertyName
Gets the database's name
Public propertyPath
Gets the database's path. If the database is closed or deleted, a null value will be returned.
Top
See Also