IQueryFilterDefinition2 Interface

Provides access to query filter definition properties.

Members

Name Description
Read/write property FilterDefs The filter definitions specified for this query filter.
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.

IQueryFilterDefinition2.PrefixClause Property

A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.

Public Property PrefixClause As String
public string PrefixClause {get; set;}

Inherited Interfaces

Interfaces Description
IQueryFilterDefinition Provides access to query filter definition properties.

Classes that implement IQueryFilterDefinition2

Classes Description
ImageQueryFilter (esriCarto) An image query filter.
QueryFilter Esri Query Filter object.
SpatialFilter Esri Spatial Filter object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.