Click or drag to resize

ModelControllerTGetSearchResults Method

Gets the DataTable with the SearchResults as specified in ModelControllerTPostData.

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

Parameters

postData  ModelControllerTPostData
ModelControllerTPostData 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