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


IQueryDef2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDef2 Interface
ArcGIS Developer Help

IQueryDef2 Interface

Provides access to members that control attribute based queries.

Product Availability

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

Members

Name Description
Method Evaluate Evaluate the query and return a cursor on the result set.
Method Evaluate2 Evaluate the query and return a cursor on the result set.
Read/write property PostfixClause A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY.
Read/write property PrefixClause A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.
Read/write property SubFields The comma delimited list of field names for the query.
Read/write property Tables The comma delimited list of table names for the query.
Read/write property WhereClause The where clause for the query.

Inherited Interfaces

Interfaces Description
IQueryDef Provides access to members that control attribute based queries.

Classes that implement IQueryDef2

Classes Description