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