Giter Club home page Giter Club logo

Comments (6)

yangzhongke avatar yangzhongke commented on June 2, 2024

#76

from zack.efcore.batch.

zhengwei1219 avatar zhengwei1219 commented on June 2, 2024

我系统中已用的是最新的包了:Zack.EFCore.Batch.MySQL.Pomelo 1.6.4

from zack.efcore.batch.

yangzhongke avatar yangzhongke commented on June 2, 2024

那你试试这个吧。
#17

from zack.efcore.batch.

zhengwei1219 avatar zhengwei1219 commented on June 2, 2024

感谢,使用了.ExecuteAsync(ignoreQueryFilters: true);确实有效,我的项目是用的abpvnext。在底层加入了过滤条件的原因

from zack.efcore.batch.

zhengwei1219 avatar zhengwei1219 commented on June 2, 2024

还请教一个问题,如何将这个更新方法和我的插入方法放在同一个事物中。我知道插入方法可以传入当前事物,更新方法可以吗?

from zack.efcore.batch.

yangzhongke avatar yangzhongke commented on June 2, 2024

你用EF Core标准的事务使用方式就行,如果启用了EFCore事务,更新、删除都默认应用EF Core的事务。
批量插入方法中有一个MySqlTransaction参数,可以用来显式传递事务参数对象。

from zack.efcore.batch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.