ESRI.ArcGIS.ADF.IMS
StoredQueries Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureLayer Class : StoredQueries Property




The collection of stored queries for the feature layer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property StoredQueries As StoredQueryCollection
Visual Basic (Usage)Copy Code
Dim instance As FeatureLayer
Dim value As StoredQueryCollection
 
value = instance.StoredQueries
C# 
public StoredQueryCollection StoredQueries {get;}

Example

For an example of using stored queries to construct a filter for use in querying a layer, see the StoredQuery overview.

Remarks

Stored queries are queries defined by the creator of the map service and attached to the properties of the layer. They can be used to query the layer easily, since they define all but the value needed for the query. For more information, see StoredQuery.

If no stored queries are predefined for the map service, then this property will be null (Nothing).

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.