How to combine parent linq expression with children expression through Any function

后端 未结 0 795
[愿得一人]
[愿得一人] 2020-12-12 18:26

I have an ef model like this

    public class Parent
    {
        public int Id { get; set; }
        public ICollection Children{ get; set; }
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题