ESRI.ArcGIS.ADF.Web
WhereClause Property
See Also 
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.

See Also

© 2010 All Rights Reserved.