This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax Interface > ISQLSyntax.GetSupportedPredicates Method (ArcObjects .NET 10.4 SDK) |
Supported SQL predicates.
[Visual Basic .NET] Public Function GetSupportedPredicates ( _ ) As Integer
[C#] public int GetSupportedPredicates ( );
[C++]
HRESULT GetSupportedPredicates(
long* predicates
);
[C++]
Parameters predicates [out, retval] predicates is a parameter of type long
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.