ArcGIS API for Silverlight - Library Reference
FeatureLayer.QueryMode Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : FeatureLayer.QueryMode Enumeration

Describes how the layer queries the service: Gets a snapshot of all or all available features; Gets the features in the current extent and caches upto the OnDemandCacheSize number of features; or has its graphics collection managed by selection tools.

Syntax

Visual Basic (Declaration) 
Public Enum FeatureLayer.QueryMode 
   Inherits System.Enum
C# 
public enum FeatureLayer.QueryMode : System.Enum 

Members

MemberDescription
OnDemand Gets the features in the current extent and caches upto the OnDemandCacheSize number of features
SelectionOnly Has its graphics collection managed by selection tools
Snapshot Gets a snapshot of all or all available features

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.FeatureLayer.QueryMode

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.