Skip to content

DbExprTag class

Contains several constants for db-related expressions tags values

public static class Korzh.EasyQuery.Db.DbExprTag

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
CustomSqlintConstant expression
NameTypeDescription
OldClassNameToTag(string className)intConverts old class name to tag.
TagToOldClassName(int tag)stringConverts the expression’s tag value to the name of old expression class (like “CONST” or “ENTATTR”).