Literal Object (Model Designer)

Defines a literal node in a query expression tree. The object inherits properties from ExpressionNode. Literal must have exactly one of the following sub-elements: Value or Values.

Properties

Name

Cardinality

Type

Description

Value

0-1

Variant or EntityKey

The value of the literal.

Values

0-1

Object

The set of values of the literal.

DataType

1

DataTypeEnum

The data type of the value. The value of the literal must be able to be interpreted as the specified type.

Remarks

Literals are used in both filter conditions and expressions to specify literal values. For more information about data types, see Model Designer Data Types.