mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 增加 DynamicFilter Custom 自定义解析;
This commit is contained in:
@ -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>
|
||||
/// 大于 >
|
||||
|
Reference in New Issue
Block a user