Community Analyst API for Silverlight 2.2 Reference
Query Property
See Also  Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks.Utilities Namespace > GetSummarizationsParameters Class : Query Property

Glossary Item Box

A query string filtering requested variables.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Remarks

The query is specified using the Lucene syntax. In the simple case, the string contains a search filter of the form field-name:search-string where field-name is the name of the field to search in and search-string is a string to search in the given field value. For example, "mappable:true" query will select variables whose "mappable" attribute is true.

The following properties of the SummarizationInfo class are searchable: "Name", "Alias", "Category", "LongDescription", and "mappable". The special Boolean "mappable" attribute describes an ability of using the variable in thematic mapping. To select variables that can be used in thematic mapping, use the "mappable:true" query.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.