mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
- 增加 vb.net Lambda 解析;
This commit is contained in:
parent
daf1fa0629
commit
0926a044f5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user