Skip to content

ConstExpr class

Represents a constant expression (like: 423 or “Master card”).

public class Korzh.EasyQuery.ConstExpr
: EqExpression
TypeNameDescription
DataTypeDataTypeGets or sets the data type.
DataKindKindGets the expression kind.
Int32TagGet the expression’s tag - a special identifier that is used to distinguish the type of the expression .
TypeNameDescription
voidLoadFromXmlReader(XmlReader reader)Loads expression from XML.
voidReadOnePropFromJson(JsonReader reader, String propName)Reads one property from JSON.
TaskReadOnePropFromJsonAsync(JsonReader reader, String propName)Reads one property from JSON (asynchronous way).
voidSaveToXmlWriter(XmlWriter writer, String tagName)Saves expression to XML writer.
voidWritePropertiesToJson(JsonWriter writer)Writes one property to JSON.
TaskWritePropertiesToJsonAsync(JsonWriter writer)Writes one property to JSON (asynchronous way).