ArcGIS Pro 2.8 API Reference Guide
GetSupportedPredicates Method

ArcGIS.Core.Data Namespace > SQLSyntax Class : GetSupportedPredicates Method
Gets the list of SQLPredicate supported by a given Datastore. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<SQLPredicate> GetSupportedPredicates()
Public Function GetSupportedPredicates() As IReadOnlyList(Of SQLPredicate)

Return Value

A IReadOnlyList of supported SQLPredicate.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SQLSyntax Class
SQLSyntax Members