RecordRef.CountApprox() Method
Version: Available or changed with runtime version 1.0.
Gets an approximate count of the number of records in the table
Syntax
Number := RecordRef.CountApprox()
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Return Value
Number
Type: Integer
Approximate number of records in the table.
Related information
RecordRef Data Type
Get Started with AL
Developing Extensions