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

Type of Operators Description

Arithmetic Operators

Describes the Entity SQL arithmetic operators. These perform mathematical operations on two expressions of one or more numeric data types.

Comparison Operators

Describes the Entity SQL comparison operators. These test whether two expressions are the same.

Logical Operators

Describes the Entity SQL logical operators. These test for the truth of a condition.

. (Member Access) (Entity SQL)

Describes the Entity SQL member access operator, the dot operator (.).

String Concatenation Operator

Describes the Entity SQL string concatenation operator, plus (+).

See Also

Concepts

Entity SQL Reference
Entity SQL Overview