QueryRecordsAsync(RecordRestriction, CancellationToken) | Queries database and returns modeled table records for the specified restriction. |
QueryRecordsAsync(String, RecordRestriction, Int32, CancellationToken) | Queries database and returns modeled table records for the specified parameters. |
QueryRecordsAsync(String, Boolean, Int32, Int32, CancellationToken) | Queries database and returns modeled table records for the specified sorting and paging parameters. |
QueryRecordsAsync(String, Boolean, Int32, Int32, CancellationToken, IRecordFilter) | Queries database and returns modeled table records for the specified sorting, paging and search parameters. Search executed against fields modeled with SearchableAttribute. |
QueryRecordsAsync(String, Boolean, Int32, Int32, CancellationToken, RecordRestriction) | Queries database and returns modeled table records for the specified sorting and paging parameters. |