Provides access to members that filter data based on attribute values and or relationships. Note: the IQueryFilter interface has been superseded by IQueryFilter2. Please consider using the more recent version.
IQueryFilter filters data based on an attribute query. A string defining a where clause is required. An optional list of columns may be included to specify the column values to be retrieved. If no columns are specified, all values will be returned.
When you need to filter data based on attribute values or the relationships between attributes.
| Description | ||
|---|---|---|
![]() |
AddField | Appends a single field name to the list of sub-fields. |
![]() |
OutputSpatialReference | The spatial reference in which to output geometry for a given field. |
![]() |
SubFields | The comma delimited list of field names for the filter. |
![]() |
WhereClause | The where clause for the filter. |
| CoClasses and Classes | Description |
|---|---|
| QueryFilter | ESRI Query Filter object. |
| SpatialFilter | ESRI Spatial Filter object. |
| TemporalQueryFilter (esriTrackingAnalyst) | Controls properties for the temporal query filter. |
IQueryDef Interface | ISpatialFilter Interface | esriSpatialRelEnum Constants