gpt4 book ai didi

entity-framework - Entity Framework 中的 LinqKit 和异步

转载 作者:行者123 更新时间:2023-12-02 19:43:26 25 4
gpt4 key购买 nike

在 Entity Framework Core 中使用谓词生成器时,我收到以下错误。

The source IQueryable doesn't implement IAsyncEnumerable. Only sources that implement IAsyncEnumerable can be used for Entity Framework asynchronous operations.

这是代码-

 List<Member> results = await _context.Members.AsExpandable().Where(predicate).ToListAsync();

这正是我正在使用的 EF 版本

  <package id="EntityFramework.Core" version="7.0.0-rc1-final" targetFramework="net451" />

最佳答案

这在与普通 LinqKit 不同的 Nuget 包中得到支持。

参见:https://www.nuget.org/packages/LinqKit.Microsoft.EntityFrameworkCore/

(对于非核心,请参阅 https://www.nuget.org/packages/LinqKit.EntityFramework )

关于entity-framework - Entity Framework 中的 LinqKit 和异步,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35903848/

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