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