Description
The JobQueryParameters class is a full query definition of the selected query.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobQueryParameters()
Properties
aliases | string | An alias of fields included in the select statement. |
fields | string | A list of fields included in the select statement. |
orderBy | string | The field used to order the results returned by the query. |
tables | string | The tables selected from and used in the where clause. |
where | string | The where clause used as filter for selecting job information. |
Property Details
An alias of fields included in the select statement.
A list of fields included in the select statement.
The field used to order the results returned by the query.
The tables selected from and used in the where clause.
The where clause used as filter for selecting job information.