![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
SearchOrder Enumeration | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : SearchOrder Enumeration |
Visual Basic (Declaration) | |
---|---|
Public Enum SearchOrder Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SearchOrder |
C# | |
---|---|
public enum SearchOrder : System.Enum |
Member | Description |
---|---|
AttributeFirst | Specifies that the attribute portion of the query is to be processed before the spatial portion of the query. |
Optimize | ArcSde makes the judgement whether to pick the spatial or attribute portion of the query first. |
SpatialFirst | Specifies that the spatial portion of the query is to be processed before the attribute portion of the query. |
This property will only be used by the server when the Filter in the query includes both a WhereExpression and a Geometry element. FeatureLayer.Identify
Tip: be sure to create indexes for any attribute fields to be queried. When searching by attributes using a WhereExpression, having the attribute fields indexed can dramatically increase performance. Attribute indexes can be created with the ArcGIS ArcCatalog application, or directly in the database.
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