The following tables list the members exposed by Query.
Name | Description | |
---|---|---|
![]() | Query Constructor |
Name | Description | |
---|---|---|
![]() | DisplayField | Gets or sets the name of the field that should be used in display. |
![]() | Name | Gets or sets the name of the query in the Webmap. |
![]() | Parameters | Gets or sets the parameters representing the predicates to be used in the WhereClause. |
![]() | Url | Gets 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. |
![]() | VisibleFields | Gets or sets the fields that must be returned in the results. |
![]() | WhereClause | 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. |
Name | Description | |
---|---|---|
![]() | AddCustomProperty | Adds the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject) |
![]() | GetCustomProperty | Gets the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject) |