This document is archived and information here might be outdated.  Recommended version.


ISeriesProperties.WhereClause Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISeriesProperties.WhereClause Property

The where clause for querying data source.

[Visual Basic .NET]
Public Property WhereClause As String
[C#]
public string WhereClause {get; set;}
[C++]
HRESULT get_WhereClause(
  BSTR* definition
);
[C++]
HRESULT put_WhereClause(
  BSTR definition
);
[C++]

Parameters definition [out, retval] definition is a parameter of type BSTR definition [in] definition is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISeriesProperties Interface

.NET Related Topics

How to sort data in the graph