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