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


IMapTableInfo3.SupportsAdvancedQueries Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapTableInfo3.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(
  VARIANT_BOOL* SupportsAdvancedQueries
);
[C++]

Parameters SupportsAdvancedQueries [out, retval] SupportsAdvancedQueries is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapTableInfo3 Interface