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


IQueryPropertyPage Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IQ > IQueryPropertyPage Interface
ArcGIS Developer Help

IQueryPropertyPage Interface

Provides access to members that control the Query property page. Note: the IQueryPropertyPage interface has been superseded by IQueryPropertyPage2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Callback The call back routine.
Write-only property Expression Default expression.
Write-only property ExpressionLabel The query name (optional).
Read-only property QueryFilter Provide a QueryFilter after form has been executed.
Write-only property Table The query table. A null value resets this option.

Classes that implement IQueryPropertyPage

Classes Description
QueryPropertyPage Property page for setting up the query.

Remarks

This interface is used to show a Property Page in which to build a query. The page is similar to the content of the query builder found in the Definition Query tab of the layer's properties in ArcMap.