Browse Source

-

pull/12/MERGE
sunkaixuan 8 years ago
parent
commit
a81934027d
  1. BIN
      .vs/SqlSugar/v14/.suo
  2. 6
      SqlSugar/ExpressionsToSql/Common/ExpressionErrorMessage.cs

BIN
.vs/SqlSugar/v14/.suo

Binary file not shown.

6
SqlSugar/ExpressionsToSql/Common/ExpressionErrorMessage.cs

@ -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…
Cancel
Save