mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-26 09:55:49 +08:00
- 增加 DynamicFilterCustom 参数 object sender;#1113
This commit is contained in:
@@ -4269,7 +4269,7 @@
|
||||
public class DynamicFilterCustom<para></para>
|
||||
{<para></para>
|
||||
[DynamicFilterCustom]<para></para>
|
||||
public static string RawSql(string value) => value;<para></para>
|
||||
public static string RawSql(object sender, string value) => value;<para></para>
|
||||
}<para></para>
|
||||
}<para></para>
|
||||
</summary>
|
||||
|
||||
Reference in New Issue
Block a user