ESRI.ArcGIS.ADF.IMS
StoredQueries Property
See Also 
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).

See Also

© 2010 All Rights Reserved.