Click or drag to resize

ModelControllerTCountSearchResults Method

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

Parameters

postData  ModelControllerTPostData
ModelControllerTPostData containing the search and sort parameters

Return Value

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