table.ServerSide_Records_Get Function
Syntax
N Table.ServerSide_Records_Get([L forceTrueCountIfLimitOn ])
Arguments
- forceTrueCountIfLimitOn
Logical
Description
Returns the number of records in an active-link table. Faster than <tbl>.Records_Get() because it does not cause the local record cache to become fully populated.
Discussion
Gets the number of records in an active-link table. On a large table this will be substantially faster than the .Records_Get() method because .Records_Get() will cause the local record cache to be fully populated ( i.e. every row in the active-link table will be retrieved). </original>