Hide Table of Contents
Class: JobQueryDetails

Description

The JobQueryDetails class is a detailed information of the selected query.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobQueryContainer()

Properties

NameTypeSummary
aliasesstringAn alias of fields included in the select statement.
fieldsstringA list of fields included in the select statement.
idintA unique identifier for the query.
namestringThe name of the query.
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.

<int> id

A unique identifier for the query.

<string> name

The name of the query.

<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.