mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-20 04:48:16 +08:00
- 禁止 Contains 表达式元素参数化
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user