 | ReaderGetRecordCount Method (TableNumber) |
Get the number of records stored in the table.
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic Task<int> GetRecordCount(
TableNumber tableNumber
)
Parameters
- tableNumber
- Type: AC908_SDK.EnumsTableNumber
The table number.
Return Value
Type:
TaskInt32The number of records stored in the table.
See Also