Skip to content

DataKind enum

Represents expression kinds.

NameValueDescription
Attribute2The same as Scalar but represents only one attribute.
Const1The same as Scalar but represents only one constant value of some type.
List4Represents a list of scalar values.
ParentColumn6Special expression kind which represents a binding to parent column.
Query5Special expression kind which represents a sub query.
Scalar0Represents one value of some type: one constant or one attribute (field).