getRecordCount() |
Syntax getRecordCount([, dsName..] [,callbackFunction] )
Parameter(s) •dsName [String] (you may provide as many dsNames as you want) •callbackFunction [Function, Optional: null]
Description getRecordCount executes a SQL "SELECT COUNT(*)" on the Rules Engine to retrieve the number of records that can be queried by getDataSet().
|