This document is archived and information here might be outdated. Recommended version. |
Supported SQL predicates.
[Visual Basic .NET]
Public Function GetSupportedPredicates ( _
) As Integer
[C#]
public int GetSupportedPredicates (
);
[C++]
HRESULT GetSupportedPredicates(
void
);
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.