| 
            
              SharedHubQueryCompanies Method
             | 
          
        
        
            Queries company table.
            
        
        Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxfunction QueryCompanies(sortField, ascending, page, pageSize, filterText);
 View SourceParameters
- sortField  String
 - Table field label to sort on.
 - ascending  Boolean
 - Boolean denoting direction of sort.
 - page  Int32
 - The page number to return.
 - pageSize  Int32
 - The size of the page.
 - filterText  String
 - Text to filter search down to.
 
Return Value
IEnumerableCompanyThe rows in the table matching the query.
See Also