0
点赞
收藏
分享

微信扫一扫

.NetCore中EFCore查询参数不固定,动态创建表达式树的方法

zhyuzh3d 2022-12-27 阅读 60

第3方开源的有:

​​https://github.com/davideicardi/DynamicExpresso​​

​​https://github.com/microsoft/RulesEngine​​

​​https://github.com/zzzprojects/System.Linq.Dynamic.Core​​

这3个都挺好;第3个我比较喜欢。

找一些开源的第3方的组件,github上找资源是不二之选。查找资源前,先确定下搜索的关键词,并且用英文翻译出来,用英文搜索。比如,我搜索动态表达式树,英文为Dynamic expression,则github上搜索如下:

​​https://github.com/search?l=C%23&o=desc&q=Dynamic+expression&s=&type=Repositories​​

.NetCore中EFCore查询参数不固定,动态创建表达式树的方法_Dynamic

 

 

 

 

作者:沐雪
​​​ 为之网-热爱软件编程 http://www.weizhi.cc/​​



举报

相关推荐

0 条评论