Click or drag to resize

ModelControllerT, UCountSearchResults Method

Counts the number of records 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 int CountSearchResults(
	ModelControllerT, UPostData postData
)
View Source

Parameters

postData  ModelControllerT, UPostData
ModelControllerT, UPostData containing the search and sort parameters

Return Value

Int32
The number of records that match the search filters.
See Also