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

Copy
public class Database : IDisposable

 

The Database class exposes the following members.

Constructors

 

Name Description

Public method

Database

Constructor with the library, database name, and root size.

Methods

  Name Description

Public method

CheckStatus

Checks the status of the database.

Public method

Close

Closes the database and releases the resources.

Public method

Delete

Deletes the database.

Public method

Dispose

Closes the database and releases the resources.

Properties

  Name Description

Invalidated

Indicates the database is closed because it has been modified.

IsOpened

Indicates whether the channel is open.

Name

The database name.

Root

The root directory of the database. It has the same name as the database.

TimeStamp

The time when the database was last modified.

See Also: