ESRI.ArcGIS.ADF.Tasks | |
QueryAttributes Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Tasks Namespace : QueryAttributes Class |
The following tables list the members exposed by QueryAttributes.
Name | Description | |
---|---|---|
QueryAttributes Constructor | Overloaded. Default constructor. |
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. |
Name | Description | |
---|---|---|
FromString | Deserializes a QueryAttributes object from the serialized version created by ToString. | |
GetWhereExpression | Overloaded. Retrieves the where expression to be executed in the query, with the user input values in a formatted string expression. | |
ToString | Overridden. Serializes the QueryAttributes object to a string. | |
Validate | Validates current settings for map resource manager, map resource and layer. If any element is not valid an exception is thrown. |