| QueryRecordCount | Gets total record count for the modeled table. |
| QueryRecordCount(IRecordFilter) | Gets the record count for the modeled table based on search parameter. Search executed against fields modeled with SearchableAttribute. |
| QueryRecordCount(RecordRestriction) | Gets the record count for the specified restrictions - or - total record count for the modeled table if restrictions is null. |