Click or drag to resize

ITableOperationsQueryRecords Method

Overload List
  Name Description
Public method QueryRecords(RecordRestriction) Queries database and returns modeled table records for the specified restriction.
Public method QueryRecords(String, RecordRestriction, Int32) Queries database and returns modeled table records for the specified parameters.
Public method QueryRecords(String, Boolean, Int32, Int32, RecordRestriction) Queries database and returns modeled table records for the specified sorting and paging parameters.
Public method 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.
Top
See Also