ArcObjects Library Reference (Carto)  

ISQLSyntaxInfo.SupportedPredicates Property

Supported SQL predicates.

[Visual Basic .NET]
Public ReadOnly Property SupportedPredicates As IStringArray
[C#]
public IStringArray SupportedPredicates {get;}
[C++]
HRESULT get_SupportedPredicates(
  IStringArray** predicates
);
[C++]

Parameters

predicates [out, retval]

  predicates is a parameter of type IStringArray

Product Availability

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

See Also

ISQLSyntaxInfo Interface