ArcGIS API for Silverlight - Library Reference
WhereClause Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > Query Class : WhereClause Property

Gets or sets the general structure of an SQL where clause to perform the query. The clause contains numbered placeholders such as {0} {1} which need to be replaced with predicates that are constructed from items in the parameters list.

Syntax

Visual Basic (Declaration) 
Public Property WhereClause As String
C# 
public string WhereClause {get; set;}

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.