PropertyExpression
Property expression
Functions
Create an add expression to add the given expression to the current expression
Create a logical AND expression that performs logical AND operation with the current expression.
Create a between expression that evaluates whether or not the current expression is between the given expressions inclusively.
Creates a Collate expression with the given Collation specification. Commonly the collate expression is used in the Order BY clause or the string comparison expression (e.g. equalTo or lessThan) to specify how the two strings are compared.
Create a divide expression to divide the current expression by the given expression.
Create an equal to expression that evaluates whether or not the current expression is equal to the given expression.
Specifies an alias name of the data source to query the data from.
Create a greater than expression that evaluates whether or not the current expression is greater than the given expression.
Create a greater than or equal to expression that evaluates whether or not the current expression is greater than or equal to the given expression.
Create an IN expression that evaluates whether or not the current expression is in the given expressions.
Create an IS expression that evaluates whether or not the current expression is equal to the given expression.
Create an IS NOT expression that evaluates whether or not the current expression is not equal to the given expression.
Creates an NOT IS VALUED expression that returns true if the current expression is NOT VALUED.
Creates an IS VALUED expression that returns true if the current expression is valued.
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
Create a less than or equal to expression that evaluates whether or not the current expression is less than or equal to the given expression.
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
Create a modulo expression to modulo the current expression by the given expression.
Create a multiply expression to multiply the current expression by the given expression.
Create a NOT equal to expression that evaluates whether or not the current expression is not equal to the given expression.
Create a logical OR expression that performs logical OR operation with the current expression.
Create a regex match expression that evaluates whether or not the current expression regex matches the given expression.
Create a subtract expression to subtract the given expression from the current expression.