关于[Using PredicateBuilder with EF Core for Complex Queries]的摘要:
In a perfect world, all of your EF Queries will be simplistic and not require complex logic, and the EF system itself will generate high-quality & performant queries in the process. Sadly, this utopia doesn't exist; however, tools are available, including PredicateBuilder that makes things work well...
原文地址: https://mitchelsellers.com/blog/article/using-predicatebuilder-with-ef-core-for-complex-queries