mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-03 20:45:27 +08:00
- 增加 vb.net Lambda 解析;
This commit is contained in:
@ -703,6 +703,9 @@ namespace FreeSql.Internal
|
|||||||
{ ExpressionType.Divide, "/" },
|
{ ExpressionType.Divide, "/" },
|
||||||
{ ExpressionType.Modulo, "%" },
|
{ ExpressionType.Modulo, "%" },
|
||||||
{ ExpressionType.Equal, "=" },
|
{ ExpressionType.Equal, "=" },
|
||||||
|
{ ExpressionType.AddChecked, "+" },
|
||||||
|
{ ExpressionType.SubtractChecked, "-" },
|
||||||
|
{ ExpressionType.MultiplyChecked, "*" },
|
||||||
};
|
};
|
||||||
|
|
||||||
public string ExpressionWhereLambdaNoneForeignObject(List<SelectTableInfo> _tables, Func<Type, string, string> _tableRule, TableInfo table, List<SelectColumnInfo> _selectColumnMap, Expression exp, BaseDiyMemberExpression diymemexp, List<DbParameter> dbParams)
|
public string ExpressionWhereLambdaNoneForeignObject(List<SelectTableInfo> _tables, Func<Type, string, string> _tableRule, TableInfo table, List<SelectColumnInfo> _selectColumnMap, Expression exp, BaseDiyMemberExpression diymemexp, List<DbParameter> dbParams)
|
||||||
|
Reference in New Issue
Block a user