ESRI.ArcGIS.ADF.Web
WhereClause Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > QueryFilter Class : WhereClause Property




The where clause to apply when performing an attribute search.

Syntax

Visual Basic (Declaration) 
Public Property WhereClause As String
Visual Basic (Usage)Copy Code
Dim instance As QueryFilter
Dim value As String
 
instance.WhereClause = value
 
value = instance.WhereClause
C# 
public string WhereClause {get; set;}

Remarks

The data source type may have restrictions on the operators, format and content of the where clause. You should check the data source (e.g., ArcGIS Server, ArcIMS Services) for the acceptable content of the where clause, including any restricted characters.

Requirements

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

See Also

© 2011 All Rights Reserved.