ArcGIS Runtime SDK for WPF - Library Reference
Query Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.WebMap Namespace : Query Class


The following tables list the members exposed by Query.

Public Constructors

 NameDescription
public ConstructorQuery Constructor  
Top

Public Properties

 NameDescription
public PropertyDisplayFieldGets or sets the name of the field that should be used in display.  
public PropertyNameGets or sets the name of the query in the Webmap.  
public PropertyParametersGets or sets the parameters representing the predicates to be used in the WhereClause.  
public PropertyUrlGets or sets the URL of the layer to queryThe URL of the layer to query. The URL points to a REST resource that represents a layer in a Map, Image, or Feature service. This URL can be used to instantiate a ESRI.ArcGIS.Client.Tasks.QueryTask.  
public PropertyVisibleFieldsGets or sets the fields that must be returned in the results.  
public PropertyWhereClauseGets or sets the general structure of an SQL where clause to perform the query. The clause contains numbered placeholders such as {0} {1} which need to be replaced with predicates that are constructed from items in the parameters list.  
Top

Public Methods

 NameDescription
public MethodAddCustomPropertyAdds the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
public MethodGetCustomPropertyGets the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
Top

See Also

© ESRI, Inc. All Rights Reserved.