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


ISQLSyntaxInfo.SupportedClauses Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISQLSyntaxInfo.SupportedClauses Property

Supported SQL clauses.

[Visual Basic .NET]
Public ReadOnly Property SupportedClauses As IStringArray
[C#]
public IStringArray SupportedClauses {get;}
[C++]
HRESULT get_SupportedClauses(
  IStringArray** clauses
);
[C++]

Parameters clauses [out, retval]
clauses is a parameter of type IStringArray

Product Availability

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

See Also

ISQLSyntaxInfo Interface