DbExprTag class
Contains several constants for db-related expressions tags values
public static class Korzh.EasyQuery.Db.DbExprTagPackage: Korzh.EasyQuery.Db (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Db.dll
Static Fields
Section titled “Static Fields”| Name | Type | Description |
|---|---|---|
| CustomSql | int | Constant expression |
Static Methods
Section titled “Static Methods”| Name | Type | Description |
|---|---|---|
OldClassNameToTag(string className) | int | Converts old class name to tag. |
TagToOldClassName(int tag) | string | Converts the expression’s tag value to the name of old expression class (like “CONST” or “ENTATTR”). |