Overview
Function |
|
---|---|
Description | Returns the total record count of a table. |
Output | A JSON String array containing the record count in the ‘message’ element within the argument of the success callback. |
Example
client.getRecordCount(“SampleTable”, function(data) { console.log (data[“message”]); }, function(error) { console.log(“error occured: ” + error[“message”]); });