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.

Public Constructors

 NameDescription
Public ConstructorQueryAttributes ConstructorOverloaded. Default constructor.  
Top

Public Properties

 NameDescription
Public PropertyCustomWhereExpressionWhether a customized where expression has been created for the query.  
Public PropertyFormEntriesThe list of FormEntry items that define the parameters for the query task.  
Public PropertyJoinUsingOr 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.  
Public PropertyLayerIDThe ID of the map layer that is queried by the task.  
Public PropertyMapResource The name of the MapResourceItem that contains the map layer queried in the task.  
Public PropertyMapResourceDefinition The definition of the MapResourceItem that contains the map layer queried in the task.  
Public PropertyMapResourceManager The ID of the MapResourceManager that contains the resource and map layer that the task works with.  
Public PropertyWhereExpressionFormatString The string that will be used to format the where expression when executing the query.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)FromString Deserializes a QueryAttributes object from the serialized version created by ToString.  
Public MethodGetWhereExpressionOverloaded. Retrieves the where expression to be executed in the query, with the user input values in a formatted string expression.  
Public MethodToStringOverridden. Serializes the QueryAttributes object to a string.  
Public MethodValidate Validates current settings for map resource manager, map resource and layer. If any element is not valid an exception is thrown.  
Top

See Also

© 2010 All Rights Reserved.