ESRI.ArcGIS.ADF.IMS | |
StoredQueries Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureLayer Class : StoredQueries Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property StoredQueries As StoredQueryCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public StoredQueryCollection StoredQueries {get;} |
For an example of using stored queries to construct a filter for use in querying a
layer, see the StoredQuery overview.
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).