queryProps Method

Query for a set of ModelProps of the specified ModelQueryParams.

queryProps(queryParams: ModelQueryParams): Promise<ModelProps[]>

throws IModelError If the generated statement is invalid or would return too many props.

Parameter Type Description
queryParams ModelQueryParams The query parameters. The limit and offset members should be used to page results.

Defined in

Last Updated: 08 January, 2020