ArcGIS Pro 2.6 API Reference Guide
SQLPredicate Enumeration

ArcGIS.Core.Data Namespace : SQLPredicate Enumeration
Specifies supported SQL predicates.
Syntax
Members
MemberDescription
Between SQL BETWEEN.
Equal SQL Equal.
Exists SQL EXISTS.
GreaterThan SQL Greater Than.
GreaterThanEqual SQL Greater Than or Equal.
In SQL IN.
IsNotNull SQL IS NOT NULL.
IsNull SQL IS_NULL.
LessThan SQL Less Than.
LessThanEqual SQL Less Than or Equal.
Like SQL LIKE.
NotBetween SQL NOT BETWEEN.
NotEqual SQL Not Equal.
NotExists SQL NOT EXISTS.
NotIn SQL NOT IN.
NotLike SQL NOT LIKE.
NotSimilarTo SQL NOT SIMILAR TO.
SimilarTo SQL SIMILAR TO.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.SQLPredicate

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data Namespace