Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic (Declaration)
Language Filter: C#
ArcGIS API for Windows Phone - Library Reference
Where Property
See Also
Send comments
on this topic
ESRI.ArcGIS.Client.Tasks Namespace
>
Query Class
: Where Property
Visual Basic (Declaration)
C#
A where clause for the query. Any legal SQL where clause operating on the fields in the layer is allowed, for example: where=POP2000 > 350000 .
Syntax
Visual Basic (Declaration)
Public Property Where As
String
C#
public
string
Where {get; set;}
Requirements
Target Platforms:
Windows Phone 7
See Also
Reference
Query Class
Query Members