- 增加 DynamicFilterCustom 参数 object sender;#1113

This commit is contained in:
2881099
2022-05-23 01:22:45 +08:00
parent b49c487906
commit 7903fc3eff
6 changed files with 22 additions and 6 deletions

View File

@ -132,7 +132,7 @@ namespace FreeSql.Internal.Model
/// 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>