Declaration

procedure RecordCountAsync(out aTaskInfo: TnxAbstractTaskInfo);

 
Description

This method starts an asynchronous RecordCount. Very useful if there's for example a filter applied and the serves needs to iterate through all records to find out the count. Use TaskInfo.GetStatus to find out the status of the operation.

 
Parameters

out aTaskInfo: TnxAbstractTaskInfo

Task information instance; use TaskInfo.GetStatus to find out the status of the operation.

 
See Also

 
TnxAbstractTaskInfo
, GetStatus

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDataset