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


IQueryDef.WhereClause Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IQueryDef.WhereClause Property

The where clause for the query.

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

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

Product Availability

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

Remarks

For more information about where clauses, see IQueryFilter.WhereClause.

See Also

IQueryDef Interface

.NET Related Topics

Geodatabase | Joining data