 | ReaderGetRecordCountT Method |
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<T>()
where T : new(), RecordBase
Type Parameters
- T
- Black List or Log.
Return Value
Type:
TaskInt32The number of records stored in the table.
See Also