ArcObjects Library Reference (GeoDatabase)  

ISQLSyntax.GetSupportedPredicates Method

Supported SQL predicates.

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

Parameters

pPredicates [out, retval]   pPredicates is a parameter of type long

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

.NET Related Topics

Querying geodatabase tables