public enum SQLPredicate : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SQLPredicate Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SQLPredicate : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SQLPredicate Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.SQLPredicate
Target Platforms: Windows 10, Windows 8.1