Click or drag to resize

TableInformation Class

Represents information of the table.
Inheritance Hierarchy
SystemObject
  AC908_SDKTableInformation

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

The TableInformation type exposes the following members.

Properties
  NameDescription
Public propertyCurrentRecords
The number of records currently stored in this table.
Public propertyMaxRecords
The maximum number of records that can be stored in this table.
Public propertyTableNumber
The table number.
Top
See Also