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




A thread-safe collection of StoredQueries.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class StoredQueryCollection 
   Inherits ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As StoredQueryCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class StoredQueryCollection : 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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ThreadSafeCollection
      ESRI.ArcGIS.ADF.IMS.Carto.Layer.StoredQueryCollection

See Also

© 2010 All Rights Reserved.