Skip to content

ExprTag class

Contains several constant definitions for expressions tag

public static class Korzh.EasyQuery.ExprTag

Static Fields

TypeNameDescription
Int32AggregateFunctionAggregate function expression
Int32ConstantConstant expression
Int32EntityAttributeEntity attribute expression
Int32ParentEntityAttributeParent entity attribute expression
Int32QueryQuery expression
Int32UnknownUnknown expression type

Static Methods

TypeNameDescription
Int32OldClassNameToTag(String className)Converts old class name to tag.
StringTagToOldClassName(Int32 tag)Converts the expression’s tag value to the name of old expression class (like “CONST” or “ENTATTR”).