Database Class
This class controls a database.
Inheritance Hierarchy
System Object
IntervalZero.MaxRT.Libraries.VariableDatabase.Database
Namespace:
IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class Database : IDisposable
The Database class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Constructor with the library, database name, and root size. |
Methods
| Name | Description | |
|---|---|---|
|
|
Checks the status of the database. |
|
|
|
Closes the database and releases the resources. |
|
|
|
Deletes the database. |
|
|
|
Closes the database and releases the resources. |
Properties
| Name | Description | |
|---|---|---|
|
|
Indicates the database is closed because it has been modified. |
|
|
|
Indicates whether the channel is open. |
|
|
|
The database name. |
|
|
|
The root directory of the database. It has the same name as the database. |
|
|
|
The time when the database was last modified. |
See Also: