Hide Table of Contents
Class: JobQueryParameters

Description

The JobQueryParameters class is a full query definition of the selected query.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobQueryParameters()

Properties

NameTypeSummary
aliasesstringAn alias of fields included in the select statement.
fieldsstringA list of fields included in the select statement.
orderBystringThe field used to order the results returned by the query.
tablesstringThe tables selected from and used in the where clause.
wherestringThe where clause used as filter for selecting job information.
Property Details

<string> aliases

An alias of fields included in the select statement.

<string> fields

A list of fields included in the select statement.

<string> orderBy

The field used to order the results returned by the query.

<string> tables

The tables selected from and used in the where clause.

<string> where

The where clause used as filter for selecting job information.