Click or drag to resize

ModelControllerT, UGetSearchResults Method

Gets the DataTable with the SearchResults as specified in ModelControllerT, UPostData.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected virtual DataTable GetSearchResults(
	ModelControllerT, UPostData postData,
	int? page = null
)
View Source

Parameters

postData  ModelControllerT, UPostData
ModelControllerT, UPostData containing the search and sort parameters
page  NullableInt32  (Optional)
The 0-based index of the page to be retrieved

Return Value

DataTable
A DataTable containing the results of the search.
See Also