Click or drag to resize

ModelController<T> .CountSearchResults Method

Counts the number of records with the SearchResults as specified in ModelController<T>.PostData.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax
protected virtual int CountSearchResults(
	ModelController<T> .PostData postData
)
View Source

Parameters

postData  ModelController<T>.PostData
ModelController<T> .PostData containing the search and sort parameters

Return Value

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