Database Properties |
The Database type exposes the following members.
Name | Description | |
---|---|---|
![]() | Config |
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.
|
![]() | Count |
Gets the number of documents in the database
|
![]() | Item |
Gets a DocumentFragment with the given document ID
|
![]() | Name |
Gets the database's name
|
![]() | Path |
Gets the database's path. If the database is closed or deleted, a null
value will be returned.
|