GetRecordCount
Returns a cached list of record count that may not accurately represent the number of records in the object at the time of the request.
Input
| Name | Type | Description |
| TableSet | String | An optional comma-separated list of table names to retrieve records from. |
Result Set Columns
| Name | Type | Description |
| TableName | String | The name of the table. |
| RowCount | Long | The cached record count for the table. |