|
SharedHubQueryVendors Method
|
Queries vendor table records.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function QueryVendors(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
IEnumerableVendorThe rows in the table matching the query.
See Also