|
Name |
Description |
|
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, RecordRestriction)
|
Queries database and returns modeled table records for the specified sorting and paging parameters.
|
|
QueryRecords(String, Boolean, Int32, Int32, String)
|
Queries database and returns modeled table records for the specified sorting, paging and search parameters.
Search executed against fields modeled with SearchableAttribute.
|