![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
StoredQueries Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureLayer Class : StoredQueries Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property StoredQueries As StoredQueryCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FeatureLayer Dim value As StoredQueryCollection value = instance.StoredQueries |
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).
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