Click or drag to resize

DatabaseInformation Class

Information of the database, include number of tables and store capacity.
Inheritance Hierarchy
SystemObject
  AC908_SDKDatabaseInformation

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class DatabaseInformation

The DatabaseInformation type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseInformation
Initializes a new instance of the DatabaseInformation class
Top
Properties
  NameDescription
Public propertyTableCount
The number of tables.
Public propertyTableInformations
The information of tables.
Top
See Also