gpt4 book ai didi

c# - 在哪里可以找到 Linq ThenInclude 方法?

转载 作者:太空宇宙 更新时间:2023-11-03 18:23:46 26 4
gpt4 key购买 nike

我看到一些包含 ThenInclude 的 LINQ 代码示例。我在哪里可以找到这样的方法?在外部库或其他命名空间中。

我想用这样的方法获取派生数据,但是我找不到这样的方法或者你知道其他解决方案吗

        return _dbContext.Goals
.Where(p => p.Owner.Id == userId)
.Include(p => p.GoalExpectation)
.ThenInclude<RangeGoalExpectation>(p => p.MinValue)
.ThenInclude<RangeGoalExpectation>(p => p.MaxValue)
.ThenInclude<SpecifiedGoalExpectation>(p => p.Value)

最佳答案

ThenInclude是 Entity Framework Core (EF 7) 的一部分。

关于c# - 在哪里可以找到 Linq ThenInclude 方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41367534/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com