mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 DynamicFilterCustom 参数 object sender;#1113
This commit is contained in:
@ -2546,7 +2546,7 @@ WHERE (((name,no) in (('testname01','testname01')) OR not((a.""no"") LIKE '%test
|
||||
public class DynamicFilterMyCustom
|
||||
{
|
||||
[DynamicFilterCustom]
|
||||
public static string MyRawSql(string value) => value;
|
||||
public static string MyRawSql(object sender, string value) => value;
|
||||
|
||||
public static string TupleIn(string value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user