Click or drag to resize

ModelControllerTQueryRecords(String, Boolean) Method


Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax
protected virtual IEnumerable<T> QueryRecords(
	string sortBy,
	bool ascending
)
View Source

Parameters

sortBy  String
 
ascending  Boolean
 

Return Value

IEnumerableT
See Also