Skip to content

DbExprTag class

Contains several constants for db-related expressions tags values

public static class Korzh.EasyQuery.Db.DbExprTag

Static Fields

TypeNameDescription
Int32CustomSqlConstant expression

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”).