ESRI.ArcGIS.ADF.IMS
StoredQueryCollection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : StoredQueryCollection Class




A thread-safe collection of StoredQueries.

Object Model

StoredQueryCollection Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class StoredQueryCollection 
   Inherits ESRI.ArcGIS.ADF.ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As StoredQueryCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class StoredQueryCollection : ESRI.ArcGIS.ADF.ThreadSafeCollection 

Example

For an example of accessing a StoredQueryCollection, see the StoredQuery overview.

Remarks

A StoredQueryCollection may be present in a map layer in its StoredQueries property, if defined by the author of the map service. Stored queries allow the author to pre-define appropriate queries on layers in the map.

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

© 2011 All Rights Reserved.