ArcGIS API for Silverlight - Library Reference
Query Class Properties
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace : Query Class


For a list of all members of this type, see Query members.

Public Properties

 NameDescription
public PropertyDisplayField Gets or sets the name of the field that should be used in display.  
public PropertyName Gets or sets the name of the query in the Webmap.  
public PropertyParameters Gets 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 PropertyVisibleFields Gets or sets the fields that must be returned in the results.  
public PropertyWhereClause Gets 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

See Also

© ESRI, Inc. All Rights Reserved.