Click or drag to resize

ReaderGetDatabaseInformation Method

Get the information of the database, include number of tables and store capacity.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task<DatabaseInformation> GetDatabaseInformation()

Return Value

Type: TaskDatabaseInformation
The information of the database, include number of tables and store capacity.
See Also