Click or drag to resize

ModelControllerT, UQueryRecords(String, Boolean) Method


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

Parameters

sortBy  String
 
ascending  Boolean
 

Return Value

IEnumerableT
See Also