ESRI.ArcGIS.ADF.Tasks | |
QueryAttributes Class Properties | |
See Also |
ESRI.ArcGIS.ADF.Tasks Namespace : QueryAttributes Class |
For a list of all members of this type, see QueryAttributes members.
Name | Description | |
---|---|---|
CustomWhereExpression | Whether a customized where expression has been created for the query. | |
FormEntries | The list of FormEntry items that define the parameters for the query task. | |
JoinUsingOr | Whether form entries are joined together using the SQL "AND" conjunection or the SQL "OR" conjunction. All entries use on conjunction or the other. If this property is true then "OR" is used, if false then "AND" is used. | |
LayerID | The ID of the map layer that is queried by the task. | |
MapResource | The name of the MapResourceItem that contains the map layer queried in the task. | |
MapResourceDefinition | The definition of the MapResourceItem that contains the map layer queried in the task. | |
MapResourceManager | The ID of the MapResourceManager that contains the resource and map layer that the task works with. | |
WhereExpressionFormatString | The string that will be used to format the where expression when executing the query. |