mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 13:17:57 +08:00
-
This commit is contained in:
parent
60abab241e
commit
a81934027d
Binary file not shown.
@ -11,16 +11,14 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return ExpressionConst.GetThrowMessage("拉姆达解析出错:不支持{0}此种运算符查找!",
|
||||
"Lambda parsing error: {0} does not support the operator to find!");
|
||||
return ExpressionConst.GetThrowMessage("Lambda parsing error: {0} does not support the operator to find!","拉姆达解析出错:不支持{0}此种运算符查找!");
|
||||
}
|
||||
}
|
||||
internal static string ExpFileldError
|
||||
{
|
||||
get
|
||||
{
|
||||
return ExpressionConst.GetThrowMessage("Expression format error, correct format: it=>it.fieldName",
|
||||
"表达示格式错误,正确格式: it=>it.fieldName");
|
||||
return ExpressionConst.GetThrowMessage("Expression format error, correct format: it=>it.fieldName","表达示格式错误,正确格式: it=>it.fieldName");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user