- 禁止 Contains 表达式元素参数化

This commit is contained in:
28810
2019-11-22 23:14:32 +08:00
parent 6e6135e9e7
commit 26d1d961b8
13 changed files with 31 additions and 7 deletions

View File

@ -1225,6 +1225,12 @@ namespace FreeSql.Internal
this.mapType = newValue;
return old;
}
public List<DbParameter> SetDbParamsReturnOld(List<DbParameter> newValue)
{
var old = this.dbParams;
this.dbParams = newValue;
return old;
}
public ExpTSC CloneSetgetSelectGroupingMapStringAndgetSelectGroupingMapStringAndtbtype(List<SelectColumnInfo> v1, Func<Expression[], string> v2, SelectTableInfoType v3)
{