mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 19:04:58 +08:00
-
This commit is contained in:
@@ -7,16 +7,13 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
internal class ExpressionConst
|
internal class ExpressionConst
|
||||||
{
|
{
|
||||||
public const string BinaryFormatString = " ( {0} {1} {2} ) ";
|
public const string Format4 = ")";
|
||||||
|
public const string Format3 = "(";
|
||||||
public const string Format0 = "{0}";
|
public const string Format0 = "{0}";
|
||||||
public const string Format1 = "$__$";
|
public const string Format1 = "$__$";
|
||||||
public const string Format2 = "o__o";
|
|
||||||
public const string Format3 = "(";
|
|
||||||
public const string Format4 = ")";
|
|
||||||
public const string SqlFuncFullName = "SqlSugar.SqlFunc";
|
|
||||||
public const string MethodConst = "MethodConst";
|
|
||||||
public const string Const = "Const";
|
public const string Const = "Const";
|
||||||
public readonly static Type MemberExpressionType = typeof(MemberExpression);
|
public const string MethodConst = "MethodConst";
|
||||||
public readonly static Type ConstantExpressionType = typeof(ConstantExpression);
|
public const string SqlFuncFullName = "SqlSugar.SqlFunc";
|
||||||
|
public const string BinaryFormatString = " ( {0} {1} {2} ) ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user