- 增加 DynamicFilter Custom 自定义解析;

This commit is contained in:
2881099
2021-12-09 00:21:20 +08:00
parent 59f14fcd13
commit 8a83fea60a
6 changed files with 155 additions and 15 deletions

View File

@ -140,6 +140,17 @@ namespace FreeSql
return 0;
}
/// <summary>
/// 注意:使用者自己承担【注入风险】
/// </summary>
/// <param name="sql"></param>
/// <returns></returns>
static bool InternalRawSql([RawValue] string sql)
{
expContext.Value.Result = sql;
return false;
}
#region
/// <summary>
/// 大于 &gt;