WsgQuery Class

Beta

Base class for Query objects. Query objects are used to modify the results when getting instances.

Extended by

Methods

Name Description
filter(filter: string): this Set filter to the specified filter string.  
orderBy(orderBy: string): this Set order for the query.  
pageSize(n: number): this Select all entries from the query by pages.  
select(select: string): this Set select to specified select string.  
skip(n: number): this Skip first entries in the query.  
top(n: number): this Select only top entries from the query.  

Properties

Name Type Description
_query Protected RequestQueryOptions    

Defined in

Last Updated: 08 January, 2020