This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.WhereClause Property (ArcObjects .NET 10.4 SDK) |
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