Esri Business Analyst Server API for Silverlight 2.2 Reference
Query Property
See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.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, "Category:CEX" query will select variables whose Category property contains the "CEX" string (ignore case).

The following properties of the SummarizationInfo class are searchable: "Name", "Alias", "Category", and "LongDescription".

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.