ConditionOperator Type
Union cases
Union case | Description |
Full Usage:
Equal
|
|
Full Usage:
GreaterEqual
|
|
Full Usage:
GreaterThan
|
|
Full Usage:
In
|
|
Full Usage:
IsNull
|
|
Full Usage:
LessEqual
|
|
Full Usage:
LessThan
|
|
Full Usage:
Like
|
|
Full Usage:
NestedExists
|
|
Full Usage:
NestedIn
|
|
Full Usage:
NestedNotExists
|
|
Full Usage:
NestedNotIn
|
|
Full Usage:
NotEqual
|
|
Full Usage:
NotIn
|
|
Full Usage:
NotLike
|
|
Full Usage:
NotNull
|
Instance members
Instance member | Description |
Full Usage:
this.IsEqual
Returns: bool
|
|
Full Usage:
this.IsGreaterEqual
Returns: bool
|
|
Full Usage:
this.IsGreaterThan
Returns: bool
|
|
Full Usage:
this.IsIn
Returns: bool
|
|
Full Usage:
this.IsIsNull
Returns: bool
|
|
Full Usage:
this.IsLessEqual
Returns: bool
|
|
Full Usage:
this.IsLessThan
Returns: bool
|
|
Full Usage:
this.IsLike
Returns: bool
|
|
Full Usage:
this.IsNestedExists
Returns: bool
|
|
Full Usage:
this.IsNestedIn
Returns: bool
|
|
Full Usage:
this.IsNestedNotExists
Returns: bool
|
|
Full Usage:
this.IsNestedNotIn
Returns: bool
|
|
Full Usage:
this.IsNotEqual
Returns: bool
|
|
Full Usage:
this.IsNotIn
Returns: bool
|
|
Full Usage:
this.IsNotLike
Returns: bool
|
|
Full Usage:
this.IsNotNull
Returns: bool
|
|