Operators (Entity SQL)
An operator is a symbol that specifies an action performed on one or more expressions. The topics in this section provide information about the various types of Entity SQL operators.
In This Section
Related Sections
Type of Operators | Description |
---|---|
Describes the Entity SQL arithmetic operators. These perform mathematical operations on two expressions of one or more numeric data types. |
|
Describes the Entity SQL comparison operators. These test whether two expressions are the same. |
|
Describes the Entity SQL logical operators. These test for the truth of a condition. |
|
Describes the Entity SQL member access operator, the dot operator (.). |
|
Describes the Entity SQL string concatenation operator, plus (+). |