Replies: 1 comment
-
搬运工 from #1113 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
先了解 WhereDynamicFilter
ISelect.WhereDynamicFilter 方法实现动态过滤条件(与前端交互),支持的操作符:
实现 DynamicFilterCustom
输入参数为 JSON,{{ DynamicFilterCustomImpl.CustomLinq }} 是一个固定的值,请往后面看 c# 代码
nuget 安装 System.Linq.Dynamic.Core
Beta Was this translation helpful? Give feedback.
All reactions