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


IMapTableInfo2.SupportsAdvancedQueries Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableInfo2 Interface > IMapTableInfo2.SupportsAdvancedQueries Property
ArcGIS Developer Help

IMapTableInfo2.SupportsAdvancedQueries Property

Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields.

[Visual Basic .NET]
Public ReadOnly Property SupportsAdvancedQueries As Boolean
[C#]
public bool SupportsAdvancedQueries {get;}
[C++]
HRESULT get_SupportsAdvancedQueries(
  Boolean* SupportsAdvancedQueries
);
[C++]
Parameters
SupportsAdvancedQueries [out, retval]

SupportsAdvancedQueries is a parameter of type bool*

Product Availability

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

Remarks

When False, anything set to IQueryFilterDefinition2::PrefixClause or IQueryFilterDefinition2::PrefixClause gets igonred by MapServer query functions (QueryData etc.) that because the underlying datasource does not support that.

See Also

IMapTableInfo2 Interface