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


ISQLSyntax.GetSupportedPredicates Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax Interface > ISQLSyntax.GetSupportedPredicates Method
ArcGIS Developer Help

ISQLSyntax.GetSupportedPredicates Method

Supported SQL predicates.

[Visual Basic .NET]
Public Function GetSupportedPredicates ( _
) As Integer
[C#]
public int GetSupportedPredicates (
);
[C++]
HRESULT GetSupportedPredicates(
void
);

Product Availability

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

Description

GetSupportedPredicates returns a Long value that indicates which of the esriSQLPredicates are supported.

A value of -1 indicates that all predicates are supported by the workspace, while a value of 0 indicates that no predicates are supported by the workspace. Bitwise AND operations can be used with the esriSQLPredicates enumeration's values to determine support for individual predicates.

See Also

ISQLSyntax Interface