Skip to content

DataKind enum

Represents expression kinds.

public enum Korzh.EasyQuery.DataKind
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
0ScalarThe most simple (and most used) kind of expressions. Represents one value of some type: one constant or one attribute (field).
1Const
2Attribute
3ListRepresents a list of scalar values.
4QuerySpecial expression kind which represents a sub query.